various changes

wave gun rework and mod
added tether to aerie level
mod infinite mini gun ammo
immortaltity mod buffs
springer mob more springy
This commit is contained in:
landgreen
2020-02-22 15:24:49 -08:00
parent 60bbd64c80
commit 7f09bf700e
6 changed files with 161 additions and 65 deletions

View File

@@ -209,7 +209,7 @@ const build = {
for (let i = 0; i < bullet.length; ++i) Matter.World.remove(engine.world, bullet[i]);
bullet = [];
const increase = Number(document.getElementById("starting-level").value) * game.difficultyMode
const increase = Math.min(99, Number(document.getElementById("starting-level").value) * game.difficultyMode)
level.levelsCleared += increase;
level.difficultyIncrease(increase) //increase difficulty based on modes