Merge branch 'HuntIR' of https://github.com/KoffeinFlummi/ACE3 into HuntIR

This commit is contained in:
ulteq 2015-06-07 11:43:42 +02:00
commit 4339344aee

View File

@ -6,7 +6,7 @@ class CfgVehicles {
class ACE_Equipment {
class GVAR(open) {
displayName = $STR_ACE_HUNTIR_MON_ACT;
condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem) && !(underwater ACE_player));
condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem));
statement = QUOTE(call FUNC(huntir));
showDisabled = 0;
priority = 2;