Rebalanced some rigs + SM typo fix

Cause Engineers needs to die faster.

Normal hardsuits + atmos now have 30 melee resistance instead of 40 and
bomb reduced to 20 from 35

CE hardsuit remains at 40 melee, but has bomb reduced to 25

Sec hardsuits melee lowered from 50 to 40 but gets a boost to energy
from 5 to 15
This commit is contained in:
Regen
2014-05-10 18:15:25 +02:00
parent b23f90b10a
commit 28fd207c80
3 changed files with 74 additions and 12 deletions
+2 -2
View File
@@ -116,11 +116,11 @@
if(damage > emergency_point)
radio.autosay(addtext(emergency_alert, " Stability: ",stability,"%"), "Supermatter Monitor")
radio.autosay(addtext(emergency_alert, " Instability: ",stability,"%"), "Supermatter Monitor")
lastwarning = world.timeofday
else if(damage >= damage_archived) // The damage is still going up
radio.autosay(addtext(warning_alert," Stability: ",stability,"%"), "Supermatter Monitor")
radio.autosay(addtext(warning_alert," Instability: ",stability,"%"), "Supermatter Monitor")
lastwarning = world.timeofday - 150
else // Phew, we're safe