Changed side to west.

This commit is contained in:
Defent 2015-08-25 18:00:18 +02:00
parent eea84a5f8b
commit 333fe567b2

View File

@ -3,7 +3,7 @@ DMS_spawnAI = {
_pos = _this select 0;
_units = _this select 1;
_skill = _this select 2;
_group = createGroup RESISTANCE;
_group = createGroup WEST;
_group setBehaviour "COMBAT";
_group setCombatMode "RED";
_group allowFleeing 0;
@ -95,4 +95,4 @@ DMS_spawnAI = {
};
};
};
};
};