mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Plan multiple CAP rounds per turn.
On station time for CAP is only 30 minutes, so plan three cycles to give ~90 minutes of CAP coverage. Default starting budget has increased significantly to account for the greatly increased aircraft needs on turn 1. Fixes https://github.com/Khopa/dcs_liberation/issues/673
This commit is contained in:
@@ -30,7 +30,7 @@ jinja_env = Environment(
|
||||
)
|
||||
|
||||
|
||||
DEFAULT_BUDGET = 650
|
||||
DEFAULT_BUDGET = 1600
|
||||
|
||||
|
||||
class NewGameWizard(QtWidgets.QWizard):
|
||||
|
||||
Reference in New Issue
Block a user