SupportCopter v2

This commit is contained in:
He-Man 2017-03-02 18:23:38 +01:00 committed by GitHub
parent 0d35af5052
commit 4a72867eac

View File

@ -133,7 +133,7 @@ class CfgEpochUAV
};
class CfgEpochUAVSupport
{
unitTypes[] = {"I_Soldier_EPOCH"}; //Selects from randomly (e.g. {"I_Soldier_EPOCH","Epoch_Sapper_F","Epoch_SapperB_F"};)
unitTypes[] = {"I_Soldier_EPOCH"}; //Selects from randomly (e.g. {"I_Soldier_EPOCH","Epoch_Sapper_F","Epoch_SapperB_F","Epoch_SapperG_F"};)
minUnitNum = 2; //Maximum number of units spawned when UAV spots target.
maxUnitNum = 4; //Maximum number of units spawned when UAV spots target.
};