diff --git a/Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs b/Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs index 647380b819..9722493364 100644 --- a/Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs +++ b/Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs @@ -367,6 +367,10 @@ namespace Content.Server.GameObjects.Components public bool InteractUsing(InteractUsingEventArgs eventArgs) { + + if (Open) + return false; + if (!CanWeldShut) return false;