mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Goggles - Allow wiping in more states (#8111)
This commit is contained in:
parent
cb870693fd
commit
111202971b
@ -7,6 +7,7 @@ class CfgVehicles {
|
||||
displayName = CSTRING(WipeGlasses);
|
||||
condition = QUOTE(GVAR(showClearGlasses) && {call FUNC(canWipeGlasses)});
|
||||
statement = QUOTE(call FUNC(clearGlasses));
|
||||
exceptions[] = {"isNotInside", "isNotSitting", "isNotSwimming", "isNotEscorting"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user