diff --git a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs index 8b1d64d6d3..a28a7c39e9 100644 --- a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs +++ b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs @@ -432,6 +432,12 @@ namespace Content.Client.GameObjects.EntitySystems return; } + if (args.Function == ContentKeyFunctions.ExamineEntity) + { + Get().DoExamine(_entity); + return; + } + if (_master._itemSlotManager.OnButtonPressed(args, _entity)) { _master.CloseAllMenus();