diff --git a/addons/medical_gui/initKeybinds.inc.sqf b/addons/medical_gui/initKeybinds.inc.sqf index 53c577084e9..24aee81e17a 100644 --- a/addons/medical_gui/initKeybinds.inc.sqf +++ b/addons/medical_gui/initKeybinds.inc.sqf @@ -38,7 +38,7 @@ ["ACE3 Common", QGVAR(peekMedicalInfoKey), LLSTRING(PeekMedicalInfo), { // Conditions: canInteract - if !([ACE_player, objNull, []] call EFUNC(common,canInteractWith)) exitWith {false}; + if !([ACE_player, objNull, ["isNotInside", "isNotSwimming", "isNotEscorting", "isNotDragging", "isNotCarrying", "isNotOnLadder"]] call EFUNC(common,canInteractWith)) exitWith {false}; // Statement [ACE_player, -1] call FUNC(displayPatientInformation);