level: tunnel

new community level: tunnel
by Scarlettt

drones will now pick up power ups that are in range even if they are locked onto a mob
  (if all mobs are gone they will lock onto and chase power ups)
This commit is contained in:
landgreen
2021-06-03 05:55:55 -07:00
parent e83b84f1fb
commit 005436a177
6 changed files with 553 additions and 59 deletions

View File

@@ -522,8 +522,9 @@ const simulation = {
level.levels.push("house");
level.levels.push("perplex");
level.levels.push("coliseum");
level.levels.push("tunnel");
level.levels = shuffle(level.levels); //shuffles order of maps
level.levels.splice(0, 8); //remove some random levels to make up for adding the community levels
level.levels.splice(0, 9); //remove some random levels to make up for adding the community levels
lore.techCount = 0; //remove undefined tech for community maps
for (let i = 0, len = tech.tech.length; i < len; i++) {