mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user