From 1e4b857dabead4e1e6d29574a7d19d373c29b64f Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 7 Sep 2022 16:55:46 -0600 Subject: [PATCH] Update default setting to vanilla --- CLI.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CLI.py b/CLI.py index ba5090ec..e212c935 100644 --- a/CLI.py +++ b/CLI.py @@ -174,12 +174,12 @@ def parse_settings(): "keyshuffle": False, "bigkeyshuffle": False, "keysanity": False, - "door_shuffle": "basic", - "intensity": 2, - "experimental": False, - "dungeon_counters": "default", - "mixed_travel": "prevent", - "standardize_palettes": "standardize", + 'door_shuffle': 'vanilla', + 'intensity': 2, + 'experimental': False, + 'dungeon_counters': 'default', + 'mixed_travel': 'prevent', + 'standardize_palettes': 'standardize', "triforce_pool": 0, "triforce_goal": 0,