From eb85cc7cb68c7af103f23342d9c206c3052af2ed Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 17 Mar 2022 18:06:23 -0400 Subject: [PATCH] I used the supermatter to destroy the supermatter (#17494) --- 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 4b8d9e4b51a..b6b929d5017 100644 --- a/code/game/objects/items/theft_items.dm +++ b/code/game/objects/items/theft_items.dm @@ -356,6 +356,8 @@ return else if(istype(AM, /obj/item/nuke_core_container)) return + else if(istype(AM, /obj/machinery/power/supermatter_crystal)) + return else investigate_log("has consumed [AM].", "supermatter") qdel(AM)