(svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_date' set to the AI slot (Yexo)
-Add [NoAI]: add a 'deviation' value for all settings, giving a slight deviation of the value of a setting (Yexo)
This commit is contained in:
@@ -24,6 +24,9 @@ public:
|
||||
START_NEXT_EASY = 48,
|
||||
START_NEXT_MEDIUM = 24,
|
||||
START_NEXT_HARD = 12,
|
||||
START_NEXT_MIN = 0,
|
||||
START_NEXT_MAX = 120,
|
||||
START_NEXT_DEVIATION = 2,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user