mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Split full-strength start from squadron aircraft limits
This commit is contained in:
@@ -258,9 +258,7 @@ class Settings:
|
||||
PILOTS_AND_SQUADRONS_SECTION,
|
||||
default=False,
|
||||
detail=(
|
||||
"If set, squadrons will not be able to exceed a maximum number of aircraft "
|
||||
"(configurable), and the campaign will begin with all squadrons at full strength "
|
||||
"given enough room at the base."
|
||||
"If set, squadrons will not be able to buy more aircraft than the configured maximum."
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ class GeneratorSettings:
|
||||
no_player_navy: bool
|
||||
no_enemy_navy: bool
|
||||
tgo_config: TgoConfig
|
||||
squadrons_start_full: bool
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user