Simple_animals now tick down sleeping, so relogging doesn't cause deaf

This commit is contained in:
Crazylemon64
2016-01-04 21:48:03 -08:00
parent 2f642e6d75
commit 3a3f0f56c4
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -366,6 +366,7 @@
/mob/living/carbon/handle_sleeping()
if(..())
handle_dreams()
adjustStaminaLoss(-10)
if(prob(10) && health && !hal_crit)
spawn(0)
-1
View File
@@ -154,7 +154,6 @@
/mob/living/proc/handle_sleeping()
if(sleeping)
handle_dreams()
sleeping = max(sleeping - 1, 0)
return sleeping