Various Life Refactor Fixes (#13536)

* Disposal Movement Fix

* guardian fix

* SSD fix

* blob mobs

* wizard teleport fix
This commit is contained in:
Fox McCloud
2020-06-05 16:38:45 -06:00
committed by GitHub
parent ce83660145
commit 77ffb3f102
5 changed files with 20 additions and 17 deletions
+4 -3
View File
@@ -336,6 +336,10 @@
AdjustHallucinate(-2)
// Keep SSD people asleep
if(player_logged)
Sleeping(2)
/mob/living/carbon/handle_sleeping()
if(..())
if(mind?.vampire)
@@ -363,9 +367,6 @@
if(prob(10) && health && hal_screwyhud != SCREWYHUD_CRIT)
emote("snore")
// Keep SSD people asleep
if(player_logged)
Sleeping(2)
return sleeping
/mob/living/carbon/update_health_hud(shown_health_amount)