removed junk-bot, rail gun balance and bug fixes (working on dwarf star mines)

This commit is contained in:
landgreen
2019-11-28 16:35:10 -08:00
parent 12ab87ea1d
commit f739e62a7e
7 changed files with 1288 additions and 1132 deletions

View File

@@ -608,7 +608,7 @@ const game = {
}
if (!(mech.cycle % 420)) {
remove = function (who) {
fallCheck = function (who) {
let i = who.length;
while (i--) {
if (who[i].position.y > game.fallHeight) {
@@ -617,9 +617,9 @@ const game = {
}
}
};
remove(mob);
remove(body);
remove(powerUp);
fallCheck(mob);
fallCheck(body);
fallCheck(powerUp);
}
},
testingOutput() {