diff --git a/code/game/objects/items/theft_items.dm b/code/game/objects/items/theft_items.dm
index 952a192d610..eab0f42106d 100644
--- a/code/game/objects/items/theft_items.dm
+++ b/code/game/objects/items/theft_items.dm
@@ -384,6 +384,8 @@
"You touch [AM] with [src], and everything suddenly goes silent.\n[AM] and [sliver] flash into dust, and soon as you can register this, you do as well.",
"Everything suddenly goes silent.")
user.dust()
+ icon_state = "supermatter_tongs"
+ item_state = "supermatter_tongs"
radiation_pulse(src, 500, 2)
playsound(src, 'sound/effects/supermatter.ogg', 50, TRUE)
QDEL_NULL(sliver)