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)
@@ -53,14 +53,30 @@
materials = list(MAT_BANANIUM=500)
/obj/item/stack/tile/mineral/calorite //GS13
name = "calorite tile"
singular_name = "calorite floor tile"
name = "Calorite tile"
singular_name = "Calorite floor tile"
desc = "A tile made out of calorite. Bwoomph."
icon_state = "tile_calorite"
turf_type = /turf/open/floor/mineral/calorite
mineralType = "calorite"
materials = list(MAT_CALORITE=500)
/obj/item/stack/tile/mineral/calorite_hide //GS13 - disguised variant
name = "Floor tile"
singular_name = "calorite floor tile"
desc = "A tile totally made out of steel."
icon_state = "tile_calorite_hide"
turf_type = /turf/open/floor/mineral/calorite_hide
/obj/item/stack/tile/mineral/calorite_strong //GS13 - strong variant
name = "Infused calorite tile"
singular_name = "Infused calorite floor tile"
desc = "A tile made out of stronger variant of calorite. Bwuurp."
icon_state = "tile_calorite_strong"
turf_type = /turf/open/floor/mineral/calorite_strong
/obj/item/stack/tile/mineral/abductor
name = "alien floor tile"
singular_name = "alien floor tile"