Winter QOL

This commit is contained in:
ariaworld
2023-12-23 14:59:11 +01:00
parent 6fd7b833a3
commit 22befe7327
56 changed files with 731 additions and 210 deletions
@@ -34,11 +34,18 @@
name = "matress"
desc = "This is used to lie in, sleep in or strap on."
icon_state = "mattress0"
buildstacktype = /obj/item/stack/sheet/cloth
/obj/structure/bed/matress/New()
..()
icon_state = "mattress[rand(0,6)]"
/obj/structure/bed/matress/clean
icon_state = "mattress2"
/obj/structure/bed/matress/clean_pillowed
icon_state = "mattress0"
/obj/structure/bed/secbed
name = "security pet bed"
desc = "A comfy-looking pet bed, now in the classic security colors."