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)