mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Upports craftable operating tables (#18594)
This commit is contained in:
@@ -72,3 +72,14 @@
|
||||
var/obj/item/material/twohanded/spear/S = result
|
||||
S.set_material(M.material.name)
|
||||
qdel(M)
|
||||
|
||||
/datum/crafting_recipe/surgerytable
|
||||
name = "surgery table"
|
||||
result = /obj/machinery/optable
|
||||
reqs = list(
|
||||
list(/obj/item/stack/material/silver = 12),
|
||||
list(/obj/item/stack/rods = 10),
|
||||
list(/obj/item/stack/material/leather = 1)
|
||||
)
|
||||
time = 240
|
||||
category = CAT_MISC
|
||||
|
||||
Reference in New Issue
Block a user