From fa421c5ff77d544edf2b39e8d79e46a2aa4c28b3 Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Sat, 28 Dec 2024 08:16:39 +0530 Subject: [PATCH] Changing gather mode on storage's won't drop its items (#88629) ## About The Pull Request - Fixes #88606 ## Changelog :cl: fix: Changing gather mode on storage items won't drop it's stored items /:cl: --- code/datums/storage/storage.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/storage/storage.dm b/code/datums/storage/storage.dm index 856c1204c72..b8bfcf80382 100644 --- a/code/datums/storage/storage.dm +++ b/code/datums/storage/storage.dm @@ -1064,6 +1064,8 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches) toggle_collection_mode(triggered.owner) + return COMPONENT_ACTION_BLOCK_TRIGGER + /datum/storage/proc/action_deleted(datum/source) SIGNAL_HANDLER