Make defaults for missing options in host.yaml consistent.

This commit is contained in:
CaitSith2 2021-06-05 21:15:54 -07:00
parent 6ccb9d2dc2
commit 7e599c51f8
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def get_default_options() -> dict:
"server_password": None,
"disable_item_cheat": False,
"location_check_points": 1,
"hint_cost": 1000,
"hint_cost": 10,
"forfeit_mode": "goal",
"remaining_mode": "goal",
"auto_shutdown": 0,
@ -207,6 +207,7 @@ def get_default_options() -> dict:
"create_spoiler": 1,
"zip_roms": 0,
"zip_diffs": 2,
"zip_apmcs": 1,
"zip_spoiler": 0,
"zip_multidata": 1,
"zip_format": 1,