diff --git a/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs b/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs index 695d2fff6c..02c3e4f20e 100644 --- a/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs +++ b/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs @@ -88,7 +88,7 @@ namespace Content.Server.GameObjects { if (user.TryGetComponent(out HandsComponent hands) && hands.IsHolding(component.Owner)) { - return VerbVisibility.Disabled; + return VerbVisibility.Invisible; } return VerbVisibility.Visible;