From f73d24861365a1501853cb5e50ed5fd2b830a55c Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:02:04 +0200 Subject: [PATCH 1/2] axedupe (#11778) --- modular_chomp/code/datums/crafting/recipes.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modular_chomp/code/datums/crafting/recipes.dm b/modular_chomp/code/datums/crafting/recipes.dm index 9f4dd9dcecc..411a9f9850c 100644 --- a/modular_chomp/code/datums/crafting/recipes.dm +++ b/modular_chomp/code/datums/crafting/recipes.dm @@ -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 From 94b024426db24fe74e8cd1dfbb623ff7c0751a5c Mon Sep 17 00:00:00 2001 From: PRBot Date: Sun, 5 Oct 2025 06:00:31 +0000 Subject: [PATCH 2/2] axedupe