removed junk-bot, rail gun balance and bug fixes (working on dwarf star mines)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user