diff --git a/Content.Client/Inventory/StrippableBoundUserInterface.cs b/Content.Client/Inventory/StrippableBoundUserInterface.cs index af7815935d..90e52d7283 100644 --- a/Content.Client/Inventory/StrippableBoundUserInterface.cs +++ b/Content.Client/Inventory/StrippableBoundUserInterface.cs @@ -191,9 +191,15 @@ namespace Content.Client.Inventory return; if (ev.Function == ContentKeyFunctions.ExamineEntity) + { _examine.DoExamine(slot.Entity.Value); + ev.Handle(); + } else if (ev.Function == EngineKeyFunctions.UseSecondary) + { _ui.GetUIController().OpenVerbMenu(slot.Entity.Value); + ev.Handle(); + } } private void AddInventoryButton(EntityUid invUid, string slotId, InventoryComponent inv)