1
0
mirror of https://github.com/Defent/DMS_Exile.git synced 2024-08-30 16:52:12 +00:00
messed up previous commit
This commit is contained in:
eraser1 2015-09-01 01:25:14 -05:00
parent dae2d2a54f
commit ac8166c008

@ -77,6 +77,8 @@ for "_i" from 1 to _count do {
_unit = [_group,[_pos_x,_pos_y,_pos_z],_type,_difficulty,_side] call DMS_SpawnAISoldier;
};
// An AI will definitely spawn with a launcher if you define type
if ((!isNil "_launcher") || {DMS_ai_use_launchers && {(random 100) <= DMS_ai_use_launchers_chance}}) then
{
if (!isNil "_launcher") then
{