key input polish

This commit is contained in:
landgreen
2020-10-09 19:34:38 -07:00
parent 0daeb51b48
commit 01a29430fa
5 changed files with 59 additions and 51 deletions

View File

@@ -412,7 +412,7 @@ const powerUps = {
}
},
onPickUp(where) {
if (mod.isMassEnergy) mech.energy = mech.maxEnergy * 3;
if (mod.isMassEnergy) mech.energy = mech.maxEnergy * 2.5;
if (mod.isMineDrop) b.mine({
x: where.x,
y: where.y