mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
random is not a thing.
This commit is contained in:
parent
29bb324d67
commit
231a7699f4
@ -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];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user