Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

fix: non-deterministic inventory and empty respawn inventory #214

Closed ahv15 closed 3 years ago

ahv15 commented 3 years ago

Requires https://github.com/Terasology/Inventory/pull/44 to test this PR. This PR adds items to the players inventory when the player spawns at the base or respawns on death. It makes use of the default StartingInventory used in CombatSystem for inventory but this can be modified and finalized once the weapons are integrated with effects later on. Fixes https://github.com/Terasology/LightAndShadow/issues/117 Fixes https://github.com/Terasology/LightAndShadow/issues/109