Goggles - Allow wiping in more states (#8111)

This commit is contained in:
jonpas 2021-02-14 04:28:58 +01:00 committed by GitHub
parent cb870693fd
commit 111202971b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"};
};
};
};