Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions modular_chomp/code/datums/crafting/recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@
time = 120
category = CAT_CLOTHING

/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


/datum/crafting_recipe/solarcloak
name = "solar cloak"
result = /obj/item/clothing/suit/armor/firecloak
Expand Down
Loading