new community map: dripp!
  enable the 13 community maps in settings
This commit is contained in:
landgreen
2022-06-07 17:51:04 -07:00
parent 227e4491a6
commit 789769519a
5 changed files with 226 additions and 40 deletions

View File

@@ -1051,7 +1051,7 @@ const simulation = {
if (!(m.cycle % 420)) { //once every 7 seconds
if (tech.isZeno) {
m.health *= 0.94 //remove 7%
m.health *= 0.95 //remove 5%
m.displayHealth();
}
if (tech.cyclicImmunity && m.immuneCycle < m.cycle + tech.cyclicImmunity) m.immuneCycle = m.cycle + tech.cyclicImmunity; //player is immune to damage for 60 cycles