From 7e599c51f86e849bc1a3930511249ce8814a39c2 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Sat, 5 Jun 2021 21:15:54 -0700 Subject: [PATCH] Make defaults for missing options in host.yaml consistent. --- Utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index c503a87106..04fe8911c0 100644 --- a/Utils.py +++ b/Utils.py @@ -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,