mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -818,7 +818,7 @@
|
||||
animate(src, color = previouscolor, time = 8)
|
||||
|
||||
/obj/structure/table/tray
|
||||
name = "surgical tray"
|
||||
name = "surgical instrument table"
|
||||
desc = "A small metal tray with wheels."
|
||||
anchored = FALSE
|
||||
smoothing_flags = NONE
|
||||
|
||||
Reference in New Issue
Block a user