From 103d2d4e5b94877baaa6179039eb5d349bdbae35 Mon Sep 17 00:00:00 2001 From: bgobandit Date: Sat, 24 Jun 2017 15:46:22 -0400 Subject: [PATCH] Fixes sm slivers not properly deleting (#28724) --- code/game/objects/items/theft_tools.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/theft_tools.dm b/code/game/objects/items/theft_tools.dm index ec82a376ade..3bb88046a2b 100644 --- a/code/game/objects/items/theft_tools.dm +++ b/code/game/objects/items/theft_tools.dm @@ -215,6 +215,8 @@ return if(ismovableatom(O)) Consume(O) + to_chat(usr, "\The [sliver] is dusted along with \the [O]!") + QDEL_NULL(sliver) /obj/item/weapon/hemostat/supermatter/throw_impact(atom/hit_atom) // no instakill supermatter javelins if(sliver)