From ed36391904e24a8b3923a443e7a5902e30ec8575 Mon Sep 17 00:00:00 2001 From: XeonMations <62395746+XeonMations@users.noreply.github.com> Date: Wed, 12 Jun 2024 03:46:11 +0300 Subject: [PATCH] Update recipes.dm (#11066) --- 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 bdcc1baa809a6..e9594aa844cd9 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -166,7 +166,7 @@ /obj/item/bodypart/r_leg/robot = 1, /obj/item/stack/sheet/iron = 1, /obj/item/stack/cable_coil = 1, - /obj/item/gun/energy/e_gun/dragnet = 1, + /obj/item/gun/energy/disabler = 1, /obj/item/stock_parts/cell = 1, /obj/item/assembly/prox_sensor = 1) tools = list(TOOL_WELDER, TOOL_SCREWDRIVER)