Update EPOCH_supportCopter.sqf

This commit is contained in:
vbawol 2016-04-25 21:26:30 -05:00
parent eef0e6a498
commit 1e23e17e98

View File

@ -41,7 +41,7 @@ getNumber (getMissionConfig "CfgEpochUAVSupport" >> "maxGeneral")
_units = [];
for "_i" from 0 to (_unitCount - 1) do {
_unit = _grp createUnit[(_arrUnits select (floor random count _arrUnits)), _pos, [], 0, "FORM"];
_unit = _grp createUnit[selectRandom _arrUnits, _pos, [], 0, "FORM"];
_units pushBack _unit;
//_unit setSkill 0.6;