mirror of
https://github.com/Defent/DMS_Exile.git
synced 2025-07-25 02:50:08 +00:00
Update lost_battalion.sqf
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user