minor build bug fixes

This commit is contained in:
lilgreenland
2019-12-03 13:44:09 -08:00
parent f972ee247b
commit 8d7a70aa57
2 changed files with 2 additions and 0 deletions

View File

@@ -416,6 +416,7 @@ const game = {
game.updateModHUD();
mech.fieldUpgrades[0].effect(); //set to default field
game.paused = false;
build.isShowingBuilds = false
engine.timing.timeScale = 1;
game.fpsCap = game.fpsCapDefault;
game.makeGunHUD();