foam balance

This commit is contained in:
landgreen
2019-12-16 06:50:27 -08:00
committed by GitHub
parent 03b16e223d
commit 09b6a2ff11
3 changed files with 15 additions and 19 deletions

View File

@@ -425,6 +425,7 @@ const game = {
game.fpsCap = game.fpsCapDefault;
game.makeGunHUD();
mech.drop();
mech.holdingTarget = null
mech.addHealth(1);
mech.alive = true;
level.onLevel = 0;