small map fixes + continuing to work on calorite

- added a proper dancing pole to one of Pubby's maintbars
- changed airlocks to glass airlocks in Box sauna
- Meta's shooting range doesn't have windows anymore
- added notes to Feeder's Den
- routed disposals in Feeder's Den
- new space ruin! Fast food restaurant (still gotta add ghostrole junk to it though)
This commit is contained in:
Sonoida
2023-01-11 17:30:22 +01:00
parent e32566ec40
commit fdc909fd5c
14 changed files with 748 additions and 272 deletions
@@ -296,7 +296,7 @@ GLOBAL_LIST_INIT(bananium_recipes, list ( \
GLOBAL_LIST_INIT(calorite_recipes, list ( \
new/datum/stack_recipe("calorite tile", /obj/item/stack/tile/mineral/calorite, 1, 4, 20), \
// new/datum/stack_recipe("Fatty Statue", /obj/structure/statue/calorite/fatty, 5, one_per_turf = 1, on_floor = 1),
new/datum/stack_recipe("Fatty Statue", /obj/structure/statue/calorite/fatty, 5, one_per_turf = 1, on_floor = 1),
))
/obj/item/stack/sheet/mineral/calorite/Initialize(mapload, new_amount, merge = TRUE)