From abfbb6694d7cbaeae0ca2c06dbbd1f469cfb3f76 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sun, 27 Mar 2022 15:19:55 -0700 Subject: [PATCH] no --- code/game/objects/items/weapons/tools/wirecutters.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/tools/wirecutters.dm b/code/game/objects/items/weapons/tools/wirecutters.dm index d40099de25..684d06bbb5 100644 --- a/code/game/objects/items/weapons/tools/wirecutters.dm +++ b/code/game/objects/items/weapons/tools/wirecutters.dm @@ -4,7 +4,7 @@ /obj/item/weapon/tool/wirecutters name = "wirecutters" desc = "This cuts wires." - description_fluff = "This could be used to engrave messages on suitable surfaces if you really put your mind to it! Alt-click a floor or wall to engrave with it." //This way it's not a completely hidden, arcane art to engrave. + //description_fluff = "This could be used to engrave messages on suitable surfaces if you really put your mind to it! Alt-click a floor or wall to engrave with it." //This way it's not a completely hidden, arcane art to engrave. //CHOMP Remove icon = 'icons/obj/tools.dmi' icon_state = "cutters" item_state = "cutters"