From b1bc604075f1f362561d281d1862e932071c877d Mon Sep 17 00:00:00 2001 From: octareenroon91 Date: Wed, 6 Dec 2017 00:36:25 -0600 Subject: [PATCH] Fix supermatter tongs icon bug Fixes #33161 --- code/game/objects/items/theft_tools.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/theft_tools.dm b/code/game/objects/items/theft_tools.dm index 6795c4d58bf..9e93b6f76dc 100644 --- a/code/game/objects/items/theft_tools.dm +++ b/code/game/objects/items/theft_tools.dm @@ -226,6 +226,7 @@ Consume(O) to_chat(usr, "\The [sliver] is dusted along with \the [O]!") QDEL_NULL(sliver) + update_icon() /obj/item/hemostat/supermatter/throw_impact(atom/hit_atom) // no instakill supermatter javelins if(sliver)