From 0aa4a097ad24a92cb9211a350a82c7f09f2e02fc Mon Sep 17 00:00:00 2001 From: Adrer Date: Thu, 12 Oct 2023 16:36:46 +0200 Subject: [PATCH] Fixes modsuit cell removal (#22724) Co-authored-by: Adrer --- code/game/objects/items.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 36a458f928d..69ff46b6af3 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -311,6 +311,9 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons var/obj/item/storage/S = src.loc S.remove_from_storage(src) + if(..()) + return + if(throwing) throwing.finalize(FALSE) if(loc == user)