New performance option: disable convoys

Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
This commit is contained in:
Raffson
2022-09-25 20:12:37 +02:00
parent cb36163bee
commit a81b4ffd05
3 changed files with 11 additions and 9 deletions

View File

@@ -443,18 +443,18 @@ class Settings:
section=PERFORMANCE_SECTION,
default=True,
)
# perf_disable_convoys: bool = boolean_option(
# "Disable convoys",
# page=MISSION_GENERATOR_PAGE,
# section=PERFORMANCE_SECTION,
# default=False,
# )
# perf_frontline_units_prefer_roads: bool = boolean_option(
# "Front line troops prefer roads",
# page=MISSION_GENERATOR_PAGE,
# section=PERFORMANCE_SECTION,
# default=False,
# )
perf_disable_convoys: bool = boolean_option(
"Disable convoys",
page=MISSION_GENERATOR_PAGE,
section=PERFORMANCE_SECTION,
default=False,
)
perf_frontline_units_max_supply: int = bounded_int_option(
"Maximum frontline unit supply per control point",
page=MISSION_GENERATOR_PAGE,