mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
[s] Replacing Sleep with Paralyze on faint (#27977)
* yes * undo * switching to paralyze
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user