mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 07:01:29 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user