mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
diversification of difficulties (colors)
This commit is contained in:
parent
3f27d92ef6
commit
6c24c3f473
@ -17,7 +17,7 @@ _pos = call DMS_findSafePos;
|
||||
|
||||
|
||||
// Set general mission difficulty
|
||||
_difficulty = "moderate";
|
||||
_difficulty = "easy";
|
||||
|
||||
|
||||
// Create AI
|
||||
|
@ -17,7 +17,7 @@ _pos = call DMS_findSafePos;
|
||||
|
||||
|
||||
// Set general mission difficulty
|
||||
_difficulty = "moderate";
|
||||
_difficulty = "difficult";
|
||||
|
||||
|
||||
// Create AI
|
||||
|
@ -17,7 +17,7 @@ _pos = call DMS_findSafePos;
|
||||
|
||||
|
||||
// Set general mission difficulty
|
||||
_difficulty = "moderate";
|
||||
_difficulty = "hardcore";
|
||||
|
||||
|
||||
// Create AI
|
||||
|
Loading…
Reference in New Issue
Block a user