This commit is contained in:
Anuken
2019-02-14 10:00:17 -05:00
parent 8c6c4c2630
commit 66766b43c7
9 changed files with 993 additions and 970 deletions

View File

@@ -749,6 +749,7 @@ public class Player extends Unit implements BuilderTrait, ShooterTrait{
dead = true;
target = null;
moveTarget = null;
spawner = lastSpawner = null;
health = maxHealth();
boostHeat = drownTime = hitTime = 0f;
mech = (isMobile ? Mechs.starterMobile : Mechs.starterDesktop);