crew comfort update! (map fixes)

- remade laundry room on Box to be less boring, turned it into a sauna
- added a new dormitory satellite on Omega, as well as a couple more asteroids
- added buildable double beds
- added new bedsheets (gato, double gato, double red, double blue)
This commit is contained in:
Sonoida
2022-12-11 16:15:43 +01:00
parent 971ca33f5d
commit 97127c4fd4
7 changed files with 456 additions and 244 deletions
@@ -22,6 +22,21 @@
var/buildstackamount = 2
var/bolts = TRUE
/obj/structure/double_bed //GS13
name = "double bed"
desc = "This is used to lie in, sleep in or strap on. Now extra-sized, for extra snuggling experience!"
icon_state = "double_bed"
icon = 'icons/obj/objects.dmi'
anchored = TRUE
can_buckle = TRUE
buckle_lying = TRUE
resistance_flags = FLAMMABLE
max_integrity = 100
integrity_failure = 30
var/buildstacktype = /obj/item/stack/sheet/metal
var/buildstackamount = 4
var/bolts = TRUE
/obj/structure/bed/examine(mob/user)
. = ..()
if(bolts)
@@ -246,4 +261,4 @@
anchored = FALSE
buildstacktype = /obj/item/stack/sheet/mineral/gmushroom
buildstackamount = 10
var/mob/living/owner = null
var/mob/living/owner = null