Examining does not click right-click menu.
This commit is contained in:
@@ -432,6 +432,12 @@ namespace Content.Client.GameObjects.EntitySystems
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (args.Function == ContentKeyFunctions.ExamineEntity)
|
||||||
|
{
|
||||||
|
Get<ExamineSystem>().DoExamine(_entity);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (_master._itemSlotManager.OnButtonPressed(args, _entity))
|
if (_master._itemSlotManager.OnButtonPressed(args, _entity))
|
||||||
{
|
{
|
||||||
_master.CloseAllMenus();
|
_master.CloseAllMenus();
|
||||||
|
|||||||
Reference in New Issue
Block a user