mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Shock and Trauma adjustments & additions (#12893)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
bd370f77aa
commit
80a6998268
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user