Sleeping can heal

This commit is contained in:
Aurorablade
2017-11-02 02:36:58 -04:00
parent d5d7d19aee
commit 53be6a4321
4 changed files with 19 additions and 0 deletions
@@ -21,6 +21,7 @@ LINEN BINS
var/list/dream_messages = list("white")
var/list/nightmare_messages = list("black")
var/comfort = 0.5
@@ -7,6 +7,7 @@
icon_state = "nest"
var/health = 100
var/image/nest_overlay
comfort = 0
/obj/structure/stool/bed/nest/New()
nest_overlay = image('icons/mob/alien.dmi', "nestoverlay", layer=MOB_LAYER - 0.2)
@@ -7,6 +7,7 @@
buildstackamount = 1
buckle_offset = 0
var/propelled = 0 // Check for fire-extinguisher-driven chairs
comfort = 0
/obj/structure/stool/bed/chair/New()
..()