mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
[MIRROR] Fixes some places that paralyze should KO as well (#12210)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
909df6f0f7
commit
31217ee591
@@ -283,6 +283,7 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
|
||||
H.adjustBruteLoss(40)
|
||||
H.adjustFireLoss(40)
|
||||
H.Paralyse(4)
|
||||
H.Sleeping(4)
|
||||
H.updatehealth()
|
||||
for(var/obj/item/organ/external/E in H.organs) //They've still gotta congeal, but it's faster than the clone sickness they'd normally get.
|
||||
if(E && E.organ_tag == BP_L_ARM || E.organ_tag == BP_R_ARM || E.organ_tag == BP_L_LEG || E.organ_tag == BP_R_LEG)
|
||||
|
||||
Reference in New Issue
Block a user