mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Update life.dm (#16082)
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
handle_drugged()
|
||||
handle_slurring()
|
||||
handle_confused()
|
||||
handle_sleeping()
|
||||
|
||||
/mob/living/proc/handle_stunned()
|
||||
if(stunned)
|
||||
@@ -298,8 +299,10 @@
|
||||
if(stat != DEAD && toggled_sleeping)
|
||||
Sleeping(2)
|
||||
if(sleeping)
|
||||
set_stat(UNCONSCIOUS)
|
||||
AdjustSleeping(-1)
|
||||
throw_alert("asleep", /obj/screen/alert/asleep)
|
||||
else
|
||||
set_stat(CONSCIOUS)
|
||||
clear_alert("asleep")
|
||||
return sleeping
|
||||
|
||||
Reference in New Issue
Block a user