mod drop balance

This commit is contained in:
landgreen
2019-11-05 06:53:07 -08:00
parent 6c95881936
commit 3c6e67f77c
3 changed files with 6 additions and 5 deletions

View File

@@ -308,7 +308,7 @@ const game = {
powerUps.spawn(game.mouseInGame.x, game.mouseInGame.y, "field");
powerUps.spawn(game.mouseInGame.x, game.mouseInGame.y, "heal");
powerUps.spawn(game.mouseInGame.x, game.mouseInGame.y, "heal");
if (!powerUps.haveAllMods) powerUps.spawn(game.mouseInGame.x, game.mouseInGame.y, "mod");
powerUps.spawn(game.mouseInGame.x, game.mouseInGame.y, "mod");
}
if (keys[89]) { //add all mods with y
for (let i = 0; i < b.mods.length; i++) {