From aed29960ced81cff86435c16ec936c50763e1d61 Mon Sep 17 00:00:00 2001 From: Lumipharon Date: Thu, 5 Oct 2023 20:22:50 +1300 Subject: [PATCH] Uncraftable stunprods (#14071) --- code/game/objects/items/weapons/weaponry.dm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/code/game/objects/items/weapons/weaponry.dm b/code/game/objects/items/weapons/weaponry.dm index 71303f9cb2b2e..aeddd6d6a4ded 100644 --- a/code/game/objects/items/weapons/weaponry.dm +++ b/code/game/objects/items/weapons/weaponry.dm @@ -135,13 +135,4 @@ to_chat(user, span_notice("You fasten the glass shard to the top of the rod with the cable.")) qdel(I) qdel(src) - - else if(iswirecutter(I)) - var/obj/item/weapon/baton/cattleprod/P = new - - user.put_in_hands(P) - to_chat(user, span_notice("You fasten the wirecutters to the top of the rod with the cable, prongs outward.")) - qdel(I) - qdel(src) - - update_icon(user) + update_icon(user)