mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +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
|
||||
|
||||
@@ -234,6 +234,34 @@ LINEN BINS
|
||||
item_color = "runtime"
|
||||
dream_messages = list("a kitty", "a cat", "meow", "purr", "nya~")
|
||||
|
||||
/obj/item/bedsheet/gato //GS13
|
||||
name = "GATO Bedsheet"
|
||||
desc = "Extra padding, for extra comfiness."
|
||||
icon_state = "sheetgato"
|
||||
item_color = "black"
|
||||
dream_messages = list("GATO", "capitalism", "meow",)
|
||||
|
||||
/obj/item/bedsheet/double_gato //GS13
|
||||
name = "Double GATO Bedsheet"
|
||||
desc = "Extra padding, for extra comfiness. Mega sized, for mega cuddles."
|
||||
icon_state = "doublesheet_gato"
|
||||
item_color = "black"
|
||||
dream_messages = list("GATO", "capitalism", "meow",)
|
||||
|
||||
/obj/item/bedsheet/double_red //GS13
|
||||
name = "Double Red Bedsheet"
|
||||
desc = "Mega sized, for mega cuddles."
|
||||
icon_state = "doublesheet_red"
|
||||
item_color = "red"
|
||||
dream_messages = list("red", "mega",)
|
||||
|
||||
/obj/item/bedsheet/double_blue //GS13
|
||||
name = "Double Blue Bedsheet"
|
||||
desc = "Mega sized, for mega cuddles."
|
||||
icon_state = "doublesheet_blue"
|
||||
item_color = "blue"
|
||||
dream_messages = list("blue", "mega",)
|
||||
|
||||
/obj/item/bedsheet/pirate
|
||||
name = "pirate's bedsheet"
|
||||
desc = "It has a Jolly Roger emblem on it and has a faint scent of grog."
|
||||
|
||||
Reference in New Issue
Block a user