From 8cc1b20d188e19f58ea570564fef040911c5d321 Mon Sep 17 00:00:00 2001 From: Catobat <69204835+Catobat@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:54:52 +0200 Subject: [PATCH] Change defaults --- CLI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLI.py b/CLI.py index cc78b7b3..3a7b4967 100644 --- a/CLI.py +++ b/CLI.py @@ -142,7 +142,7 @@ def parse_settings(): # Shuffle Ganon defaults to TRUE "openpyramid": False, "shuffleganon": True, - "ow_shuffle": "vanilla", + "ow_shuffle": "full", "shuffle": "vanilla", "shufflepots": False, @@ -159,8 +159,8 @@ def parse_settings(): "keyshuffle": False, "bigkeyshuffle": False, "keysanity": False, - "door_shuffle": "basic", - "intensity": 2, + "door_shuffle": "none", + "intensity": 3, "experimental": False, "dungeon_counters": "default", "mixed_travel": "prevent",