Flip default for factory feature flag.

This is feature complete, we have a handful of campaigns that work with
the new mode now and it will be the only option at some point.
This commit is contained in:
Dan Albert
2021-04-25 18:20:20 -07:00
parent 0f8d366e31
commit 5c0f6cf65e
4 changed files with 7 additions and 5 deletions

View File

@@ -33,9 +33,10 @@ class Settings:
disable_legacy_aewc: bool = False
generate_dark_kneeboard: bool = False
#: Feature flag for new ground unit behavior. Old campaigns are sufficiently broken
#: that we need to implement this conditionally for the time being.
enable_new_ground_unit_recruitment: bool = False
#: Feature flag for new ground unit behavior. Old campaigns are will not work with
#: this so the old behavior remains an option until it breaks, at which point we'll
#: remove it.
enable_new_ground_unit_recruitment: bool = True
# Performance oriented
perf_red_alert_state: bool = True