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: allow death due to fall damage and make the player face the opponents base #215

Open ahv15 opened 3 years ago

ahv15 commented 3 years ago

Currently when a player dies due to fall damage, the player doesn't teleport back to base. Also when the player teleports to the base, the player doesn't face the opposing base. Although by modifying the CharacterTeleportEvent the states and the components are updated properly the player doesn't teleport or change their orientation on death. Further investigation is necessary. Requires https://github.com/MovingBlocks/Terasology/pull/4778 to test this.