Fixed sprites

This commit is contained in:
Anuken
2019-09-21 20:24:07 -04:00
parent 3f293190cf
commit dc51afdc60
8 changed files with 2323 additions and 2316 deletions

View File

@@ -824,7 +824,7 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
}
public boolean isShooting(){
return isShooting && (!isBoosting || mech.flying) && mining == null;
return isShooting && (boostHeat < 0.1f || mech.flying) && mining == null;
}
public void updateRespawning(){