mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Formatting
This commit is contained in:
parent
6c899dec9b
commit
df6897de95
@ -7,10 +7,8 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
|
||||
|
||||
call {
|
||||
|
||||
// then is faster than exitWith
|
||||
if(_type == "ground") then {
|
||||
ai_ground_units = (ai_ground_units -1);
|
||||
};
|
||||
// then is faster than exitWith
|
||||
if(_type == "ground") then { ai_ground_units = (ai_ground_units -1);};
|
||||
|
||||
// Not defined yet -->
|
||||
// if(_type == "air") exitWith { ai_air_units = (ai_air_units -1); };
|
||||
@ -103,4 +101,4 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
|
||||
if (_unit hasWeapon "NVGoggles" && floor(random 100) < 20) then {
|
||||
_unit removeWeapon "NVGoggles";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user