Shock and Trauma adjustments & additions (#19583)

* Gets rid of trauma_mod

* Update life.dm

* Update life.dm

* Update life.dm

* Update positive.dm

* Apply suggestion from @Cameron-The-Raven
This commit is contained in:
Cameron Lennox
2026-07-11 05:05:33 -04:00
committed by GitHub
parent 2f7520d747
commit 69f538e892
8 changed files with 109 additions and 87 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
maxdam = dam
if(ishuman(src))
var/mob/living/carbon/human/H = src
maxdam *= H.species.trauma_mod
maxdam *= H.species.pain_mod
if(damaged_organ && chem_effects[CE_PAINKILLER] < maxdam)
if(maxdam > 10 && paralysis)
AdjustParalysis(-round(maxdam/10))