From d5847f15eb427ab05e7331a1f6625bc926ec3f5c Mon Sep 17 00:00:00 2001 From: Josuan Albin Date: Wed, 25 Oct 2017 22:05:09 +0200 Subject: [PATCH] Switch anim to civil for the rest of the tabs that need it --- addons/arsenal/functions/fnc_showItem.sqf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/addons/arsenal/functions/fnc_showItem.sqf b/addons/arsenal/functions/fnc_showItem.sqf index d99803a1c7..1b51dc4baf 100644 --- a/addons/arsenal/functions/fnc_showItem.sqf +++ b/addons/arsenal/functions/fnc_showItem.sqf @@ -19,6 +19,12 @@ switch (GVAR(currentLeftPanel)) do { case IDC_buttonVest; case IDC_buttonBackpack; case IDC_buttonGoggles; + case IDC_buttonMap; + case IDC_buttonGPS; + case IDC_buttonRadio; + case IDC_buttonCompass; + case IDC_buttonWatch; + case IDC_buttonFace; case IDC_buttonNVG : { _nextAction = "Civil"; }; @@ -31,6 +37,7 @@ switch (GVAR(currentLeftPanel)) do { }; }; case IDC_buttonVoice : { + _nextAction = "Civil"; GVAR(center) directSay "CuratorObjectPlaced"; }; };