Merge pull request #14442 from Heroman3003/faintfix

Fixes mobs falling asleep when fainting
This commit is contained in:
Novacat
2023-02-04 22:15:21 -05:00
committed by CHOMPStation2
parent fb1b9498ad
commit 33f2ab06d9
+1 -1
View File
@@ -116,7 +116,7 @@
/decl/emote/visible/faint/do_extra(var/mob/user)
. = ..()
if(istype(user) && !user.sleeping)
if(iscarbon(user) && !user.sleeping)
user.Sleeping(10)
/decl/emote/visible/frown