revert out lazybots commit

This commit is contained in:
Tastyfish
2013-05-14 18:23:08 -04:00
parent 1f289e685c
commit a7617f5c8a
2 changed files with 7 additions and 5 deletions
-4
View File
@@ -2,8 +2,4 @@
if(mind && ticker && ticker.mode)
ticker.mode.remove_cultist(mind, 1)
ticker.mode.remove_revolutionary(mind, 1)
verbs -= /mob/living/verb/lay_down
verbs -= /mob/living/verb/mob_sleep
..()
@@ -30,7 +30,6 @@
SetParalysis(min(paralysis, 30))
// SetWeakened(min(weakened, 20))
sleeping = 0
resting = 0
adjustBruteLoss(0)
adjustToxLoss(0)
adjustOxyLoss(0)
@@ -72,6 +71,13 @@
if(getOxyLoss() > 50) Paralyse(3)
if(src.sleeping)
Paralyse(3)
src.sleeping--
if(src.resting)
Weaken(5)
if(health < config.health_threshold_dead && src.stat != 2) //die only once
death()