From 99b9e19365bf4cf1fb541cefb480be77bda6206a Mon Sep 17 00:00:00 2001 From: Cyprus <53233871+Qerbas@users.noreply.github.com> Date: Tue, 22 Dec 2020 13:10:20 -0800 Subject: [PATCH] Allows usage of TFAR while dead --- functions/HSC/fn_keydown.sqf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/HSC/fn_keydown.sqf b/functions/HSC/fn_keydown.sqf index ce305be..e76a9dc 100644 --- a/functions/HSC/fn_keydown.sqf +++ b/functions/HSC/fn_keydown.sqf @@ -67,6 +67,13 @@ _allowed pushBack (actionKeys "compass"); if({_dikCode in _x} count _allowed > 0) then { _handled = false; }; + +if (_handled) then { + _handled = call cba_events_fnc_keyHandlerDown; +}; + +_handled; + if(_dikCode in (actionKeys "nightVision")) then { call ATHSC_fnc_toggleNV; };