diff --git a/Content.Server/NPC/Systems/NPCUtilitySystem.cs b/Content.Server/NPC/Systems/NPCUtilitySystem.cs index e8fb54022e..a3b9aed57e 100644 --- a/Content.Server/NPC/Systems/NPCUtilitySystem.cs +++ b/Content.Server/NPC/Systems/NPCUtilitySystem.cs @@ -224,7 +224,7 @@ public sealed class NPCUtilitySystem : EntitySystem { if (TryComp(container.Owner, out var storageComponent)) { - if (storageComponent is { Open: false } && _weldable.IsWelded(container.Owner)) + if (storageComponent is { Open: false }) { return 0.0f; }