mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update lost_battalion.sqf
This commit is contained in:
parent
231a7699f4
commit
6437ce090e
@ -12,7 +12,7 @@ _num = DMS_MissionCount;
|
||||
|
||||
|
||||
// Set mission side (only "bandit" is supported for now)
|
||||
_side = "moderate";
|
||||
_side = "bandit";
|
||||
|
||||
|
||||
// find position
|
||||
@ -20,7 +20,7 @@ _pos = [10,100] call DMS_fnc_findSafePos;
|
||||
|
||||
|
||||
// Set general mission difficulty
|
||||
_difficulty = "random";
|
||||
_difficulty = "moderate";
|
||||
|
||||
|
||||
// Create AI
|
||||
|
Loading…
Reference in New Issue
Block a user