mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Make defaults for missing options in host.yaml consistent.
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user