This commit is contained in:
Fox-McCloud
2017-07-25 08:34:35 -04:00
parent b34c14739b
commit 8c91244ea8
@@ -21,12 +21,13 @@
return traumatic_shock
/mob/living/carbon/human/proc/handle_shock()
updateshock()
if(status_flags & GODMODE) //godmode
return
if(NO_PAIN in species.species_traits)
return
updateshock()
if(health <= config.health_threshold_softcrit)// health 0 makes you immediately collapse
shock_stage = max(shock_stage, 61)