From 7bca0c36dc9dc1f99d7ed3c90280435569ed4e18 Mon Sep 17 00:00:00 2001 From: Ghilker <42839747+Ghilker@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:14:04 +0200 Subject: [PATCH] fix pneumatic cannon recipe (#58257) --- code/datums/components/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index fdc3654d379..16391ced4dd 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -423,7 +423,7 @@ tool_behaviors = list(TOOL_WELDER, TOOL_WRENCH) reqs = list(/obj/item/stack/sheet/iron = 4, /obj/item/stack/package_wrap = 8, - /obj/item/pipe = 2) + /obj/item/pipe/quaternary = 2) time = 50 category = CAT_WEAPONRY subcategory = CAT_WEAPON