Adds Cult Tables (#30561)

* cult

* Update sheet_types.dm

* pylon
This commit is contained in:
CRUNCH
2025-10-07 17:52:47 +00:00
committed by GitHub
parent a7470a1d88
commit 4784679311
7 changed files with 59 additions and 42 deletions
@@ -566,6 +566,7 @@ GLOBAL_LIST_INIT(cult_recipes, list (
new /datum/stack_recipe/cult("forge (crafts shielded robes, flagellant's robes, and mirror shields)", /obj/structure/cult/functional/forge, 3, time = 4 SECONDS, one_per_turf = TRUE, on_floor = TRUE, cult_structure = TRUE),
new /datum/stack_recipe/cult("archives (crafts zealot's blindfolds, shuttle curse orbs, veil shifters, reality sunderers, and blank tarot cards)", /obj/structure/cult/functional/archives, 3, time = 4 SECONDS, one_per_turf = TRUE, on_floor = TRUE, cult_structure = TRUE),
new /datum/stack_recipe/cult("altar (crafts eldritch whetstones, construct shells, and flasks of unholy water)", /obj/structure/cult/functional/altar, 3, time = 4 SECONDS, one_per_turf = TRUE, on_floor = TRUE, cult_structure = TRUE),
new /datum/stack_recipe/cult("runed table frame", /obj/structure/table_frame/cult, 1, time = 0.5 SECONDS, one_per_turf = TRUE, cult_structure = TRUE),
))
/obj/item/stack/sheet/runed_metal
@@ -574,6 +575,7 @@ GLOBAL_LIST_INIT(cult_recipes, list (
icon_state = "sheet-runed"
singular_name = "runed metal sheet"
sheettype = "runed"
table_type = /obj/structure/table/reinforced/cult
merge_type = /obj/item/stack/sheet/runed_metal
/obj/item/stack/sheet/runed_metal/examine_more(mob/user)