mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'HuntIR' of https://github.com/KoffeinFlummi/ACE3 into HuntIR
This commit is contained in:
commit
4339344aee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user