updates to community maps

This commit is contained in:
landgreen
2020-10-28 05:46:12 -07:00
parent 7b620ca1f0
commit a4a2a9bf2a
5 changed files with 560 additions and 245 deletions

View File

@@ -1575,7 +1575,7 @@ const mech = {
} else if (input.field && mech.fieldCDcycle < mech.cycle) { //not hold but field button is pressed
mech.grabPowerUp();
mech.lookForPickUp();
const DRAIN = 0.002
const DRAIN = 0.0012
if (mech.energy > DRAIN) {
mech.energy -= DRAIN;
if (mech.energy < 0) {