mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Map - Don't enable map light for parachutes (#6961)
This commit is contained in:
parent
28ac653635
commit
1f1d950588
@ -114,6 +114,7 @@ GVAR(vehicleLightColor) = [1,1,1,0];
|
||||
switch (true) do {
|
||||
case (_vehicle isKindOf "Tank");
|
||||
case (_vehicle isKindOf "Wheeled_APC"): { {true} };
|
||||
case (_vehicle isKindOf "ParachuteBase"): { {false} };
|
||||
case (_vehicle isKindOf "Helicopter");
|
||||
case (_vehicle isKindOf "Plane"): { {(driver _vehicle == _unit) || {gunner _vehicle == _unit}} };
|
||||
default { {false} };
|
||||
|
Loading…
Reference in New Issue
Block a user