random is not a thing.

This commit is contained in:
Defent 2015-09-06 19:35:00 +02:00
parent 29bb324d67
commit 231a7699f4

View File

@ -12,7 +12,7 @@ _num = DMS_MissionCount;
// Set mission side (only "bandit" is supported for now)
_side = "bandit";
_side = "moderate";
// find position
@ -148,4 +148,4 @@ _msgStart call DMS_fnc_BroadcastMissionStatus;
if (DMS_DEBUG) then
{
diag_log format ["DMS_DEBUG MISSION: (%1) :: Mission #%2 started at %3 with %4 AI units and %5 difficulty at time %6",_missionName,_num,_pos,_AICount,_difficulty,_time];
};
};