[MIRROR] Fixes some places that paralyze should KO as well (#12210)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-05 02:16:45 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent 909df6f0f7
commit 31217ee591
22 changed files with 37 additions and 1 deletions
+1
View File
@@ -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)