eddy current brake
mod perfect diamagnetism: eddy current brake - mobs have a speed limit when they are near you
This commit is contained in:
@@ -10,7 +10,7 @@ const level = {
|
||||
levels: ["skyscrapers", "rooftops", "warehouse", "highrise", "office", "aerie", "satellite", "sewers", "testChamber"],
|
||||
start() {
|
||||
if (level.levelsCleared === 0) { //this code only runs on the first level
|
||||
// level.difficultyIncrease(8)
|
||||
level.difficultyIncrease(8)
|
||||
// game.enableConstructMode() //used to build maps in testing mode
|
||||
// game.zoomScale = 1000;
|
||||
// game.setZoom();
|
||||
@@ -20,7 +20,7 @@ const level = {
|
||||
// for (let i = 0; i < 10; i++) {
|
||||
// mod.giveMod("laser-bot");
|
||||
// }
|
||||
// mod.giveMod("orbit-bot upgrade")
|
||||
// mod.giveMod("eddy current brake")
|
||||
|
||||
|
||||
level.intro(); //starting level
|
||||
|
||||
Reference in New Issue
Block a user