mod turret mode

This commit is contained in:
landgreen
2020-07-06 17:29:36 -07:00
parent 00933c9f7e
commit ef28029415
11 changed files with 329 additions and 318 deletions

View File

@@ -68,7 +68,6 @@ const build = {
b.activeGun = b.inventory[0] //set first gun to active gun
game.makeGunHUD();
}
mod.onHealthChange();
}
},
pauseGrid() {
@@ -292,8 +291,6 @@ const build = {
},
startBuildRun() {
build.isCustomSelection = false;
mod.onHealthChange()
spawn.setSpawnList(); //gives random mobs, not starter mobs
spawn.setSpawnList();
if (b.inventory.length > 0) {