mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #10313 from TheFurryFeline/patch-31
Stop SSD Snorers
This commit is contained in:
@@ -1044,7 +1044,7 @@
|
||||
if(client || sleeping > 3)
|
||||
AdjustSleeping(-1)
|
||||
throw_alert("asleep", /obj/screen/alert/asleep)
|
||||
if( prob(2) && health && !hal_crit )
|
||||
if( prob(2) && health && !hal_crit && client )
|
||||
spawn(0)
|
||||
emote("snore")
|
||||
//CONSCIOUS
|
||||
|
||||
Reference in New Issue
Block a user