mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
|
class Settings:
|
||||||
# Generator settings
|
# Generator settings
|
||||||
inverted: bool = False
|
inverted: bool = False
|
||||||
do_not_generate_carrier: bool = False # TODO : implement
|
do_not_generate_carrier: bool = False
|
||||||
do_not_generate_lha: bool = False # TODO : implement
|
do_not_generate_lha: bool = False
|
||||||
do_not_generate_player_navy: bool = True # TODO : implement
|
do_not_generate_player_navy: bool = False
|
||||||
do_not_generate_enemy_navy: bool = True # TODO : implement
|
do_not_generate_enemy_navy: bool = False
|
||||||
|
|
||||||
# Difficulty settings
|
# Difficulty settings
|
||||||
player_skill: str = "Good"
|
player_skill: str = "Good"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user