Make defaults for missing options in host.yaml consistent.
This commit is contained in:
parent
6ccb9d2dc2
commit
7e599c51f8
3
Utils.py
3
Utils.py
|
@ -188,7 +188,7 @@ def get_default_options() -> dict:
|
||||||
"server_password": None,
|
"server_password": None,
|
||||||
"disable_item_cheat": False,
|
"disable_item_cheat": False,
|
||||||
"location_check_points": 1,
|
"location_check_points": 1,
|
||||||
"hint_cost": 1000,
|
"hint_cost": 10,
|
||||||
"forfeit_mode": "goal",
|
"forfeit_mode": "goal",
|
||||||
"remaining_mode": "goal",
|
"remaining_mode": "goal",
|
||||||
"auto_shutdown": 0,
|
"auto_shutdown": 0,
|
||||||
|
@ -207,6 +207,7 @@ def get_default_options() -> dict:
|
||||||
"create_spoiler": 1,
|
"create_spoiler": 1,
|
||||||
"zip_roms": 0,
|
"zip_roms": 0,
|
||||||
"zip_diffs": 2,
|
"zip_diffs": 2,
|
||||||
|
"zip_apmcs": 1,
|
||||||
"zip_spoiler": 0,
|
"zip_spoiler": 0,
|
||||||
"zip_multidata": 1,
|
"zip_multidata": 1,
|
||||||
"zip_format": 1,
|
"zip_format": 1,
|
||||||
|
|
Loading…
Reference in New Issue