fuckup of the yar (#18060)

This commit is contained in:
Charlie
2022-06-23 14:08:58 +01:00
committed by GitHub
parent baa55a88ef
commit 023d179c9c
+2
View File
@@ -371,6 +371,8 @@
return 0
/mob/living/proc/Sleeping(amount, ignore_canstun = FALSE)
if(frozen) // If the mob has been admin frozen, sleeping should not be changeable
return
if(status_flags & GODMODE)
return
var/datum/status_effect/incapacitating/sleeping/S = IsSleeping()