mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Change default settings to match UI defaults.
Doesn't affect the thing players see, but corrects the defaults when using the command line mission generator.
This commit is contained in:
parent
1ee0aafd9a
commit
13e372159a
@ -6,10 +6,10 @@ from typing import Dict, Optional
|
||||
class Settings:
|
||||
# Generator settings
|
||||
inverted: bool = False
|
||||
do_not_generate_carrier: bool = False # TODO : implement
|
||||
do_not_generate_lha: bool = False # TODO : implement
|
||||
do_not_generate_player_navy: bool = True # TODO : implement
|
||||
do_not_generate_enemy_navy: bool = True # TODO : implement
|
||||
do_not_generate_carrier: bool = False
|
||||
do_not_generate_lha: bool = False
|
||||
do_not_generate_player_navy: bool = False
|
||||
do_not_generate_enemy_navy: bool = False
|
||||
|
||||
# Difficulty settings
|
||||
player_skill: str = "Good"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user