mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #5664 from CHOMPStation2/upstream-merge-14442
[MIRROR] Fixes mobs falling asleep when fainting
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
|
|
||||||
/decl/emote/visible/faint/do_extra(var/mob/user)
|
/decl/emote/visible/faint/do_extra(var/mob/user)
|
||||||
. = ..()
|
. = ..()
|
||||||
if(istype(user) && !user.sleeping)
|
if(iscarbon(user) && !user.sleeping)
|
||||||
user.Sleeping(10)
|
user.Sleeping(10)
|
||||||
|
|
||||||
/decl/emote/visible/frown
|
/decl/emote/visible/frown
|
||||||
|
|||||||
Reference in New Issue
Block a user