Fixes some places that paralyze should KO as well (#18973)

* Fixes some places that paralyze should KO as well

* this too
This commit is contained in:
Cameron Lennox
2026-01-04 15:46:03 +01:00
committed by GitHub
parent 7dc01e6245
commit 656597529b
22 changed files with 37 additions and 1 deletions
@@ -107,6 +107,7 @@ the artifact triggers the rage.
if(prob(last_shock_stage))
to_chat(holder, span_warning("You pass out from the pain you were suppressing."))
holder.Paralyse(5)
holder.Sleeping(5)
if(ishuman(holder))
var/mob/living/carbon/human/H = holder