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
@@ -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."