Adds surgical tray crafting recipe, renames and increases cost for the wheeled one (#27897)

* Adds surgical tray crafting recipe, renames and increases cost for the wheeled one

* Changes cost
This commit is contained in:
Adri
2025-01-12 19:22:44 +00:00
committed by GitHub
parent a2bc6e1d32
commit a23f2dfb74
2 changed files with 3 additions and 2 deletions
@@ -470,7 +470,8 @@ GLOBAL_LIST_INIT(titanium_recipes, list(
new /datum/stack_recipe("titanium airlock assembly", /obj/structure/door_assembly/door_assembly_titanium, 4, time = 50, one_per_turf = TRUE, on_floor = TRUE),
null,
new /datum/stack_recipe("titanium tile", /obj/item/stack/tile/mineral/titanium, 1, 4, 20),
new /datum/stack_recipe("surgical tray", /obj/structure/table/tray, 2, one_per_turf = TRUE, on_floor = TRUE),
new /datum/stack_recipe("surgical tray", /obj/item/storage/surgical_tray, 1),
new /datum/stack_recipe("surgical instrument table", /obj/structure/table/tray, 3, one_per_turf = TRUE, on_floor = TRUE),
))
/obj/item/stack/sheet/mineral/titanium/Initialize(mapload, new_amount, merge)