Added option to disable AI pilot levelling

This commit is contained in:
jsjlewis96
2021-06-19 10:55:54 +01:00
committed by Dan Albert
parent 1bcc332885
commit 6cd711a1e2
4 changed files with 23 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class Settings:
# Difficulty settings
player_skill: str = "Good"
enemy_skill: str = "Average"
ai_pilot_levelling: bool = True
enemy_vehicle_skill: str = "Average"
map_coalition_visibility: ForcedOptions.Views = ForcedOptions.Views.All
labels: str = "Full"