mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Various Life Refactor Fixes (#13536)
* Disposal Movement Fix * guardian fix * SSD fix * blob mobs * wizard teleport fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user