railgun buffs
JUNK tech - 🐱
railgun buffs
600% -> 800% more ammo
more dense (more damage)
only targets mobs when pressing down
does a bit of damage to nearby mobs after you fire
extra damage to mob bullets
pneumatic hammer renamed caliber
also applies to super balls
5% less size increase per stack
pure science and unified field theory have a pause animation to show they are clickable
bug fixes
This commit is contained in:
@@ -691,7 +691,6 @@ const simulation = {
|
||||
|
||||
level.onLevel = 0;
|
||||
level.levelsCleared = 0;
|
||||
|
||||
//resetting difficulty
|
||||
// simulation.difficulty = 0;
|
||||
level.setDifficulty()
|
||||
@@ -713,6 +712,7 @@ const simulation = {
|
||||
document.getElementById("health").style.display = "inline"
|
||||
document.getElementById("health-bg").style.display = "inline"
|
||||
m.alive = true;
|
||||
m.onGround = false
|
||||
m.setMaxHealth()
|
||||
m.health = 0;
|
||||
m.addHealth(0.25)
|
||||
|
||||
Reference in New Issue
Block a user