[s] Replacing Sleep with Paralyze on faint (#27977)

* yes

* undo

* switching to paralyze
This commit is contained in:
HMBGERDO
2025-01-14 16:51:24 +00:00
committed by GitHub
parent c6e1dd6387
commit 700f536172
@@ -154,7 +154,7 @@
. = ..()
if(. && isliving(user))
var/mob/living/L = user
L.SetSleeping(2 SECONDS)
L.Paralyse(2 SECONDS)
/datum/emote/living/carbon/twirl
key = "twirl"