map balance

This commit is contained in:
landgreen
2019-10-23 06:46:05 -07:00
parent de6ed64d22
commit 22b2f87a75
4 changed files with 51 additions and 46 deletions

View File

@@ -407,6 +407,7 @@ const game = {
game.clearNow = true;
document.getElementById("text-log").style.opacity = 0;
document.getElementById("fade-out").style.opacity = 0;
document.title = "n-gon";
// mech.fieldUpgrades[0](); //reset to starting field? or let them keep the field
if (!mech.fieldMode) mech.fieldUpgrades[0](); //reset to starting field? or let them keep the field
},