dripp
new community map: dripp! enable the 13 community maps in settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user