From 7705f3af1f040da372db32c653f83f2f293a2fed Mon Sep 17 00:00:00 2001
From: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Date: Fri, 11 Aug 2023 08:04:21 +1000
Subject: [PATCH] actually updates now yippie (#21932)
---
code/game/objects/items/theft_items.dm | 2 ++
1 file changed, 2 insertions(+)
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)