Formatting

This commit is contained in:
Defent 2015-08-29 22:00:01 +02:00
parent 6c899dec9b
commit df6897de95

View File

@ -7,10 +7,8 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
call { call {
// then is faster than exitWith // then is faster than exitWith
if(_type == "ground") then { if(_type == "ground") then { ai_ground_units = (ai_ground_units -1);};
ai_ground_units = (ai_ground_units -1);
};
// Not defined yet --> // Not defined yet -->
// if(_type == "air") exitWith { ai_air_units = (ai_air_units -1); }; // 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 { if (_unit hasWeapon "NVGoggles" && floor(random 100) < 20) then {
_unit removeWeapon "NVGoggles"; _unit removeWeapon "NVGoggles";
}; };
}; };