From 26c2aa9fc5b973f82aa430ba590349012cf1be2b Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 6 May 2024 15:58:24 -0600 Subject: [PATCH] change: shuffle back of tavern now default --- CLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI.py b/CLI.py index 1c1e0a30..18a1d72b 100644 --- a/CLI.py +++ b/CLI.py @@ -190,7 +190,7 @@ def parse_settings(): "shuffleganon": True, "shuffle": "vanilla", "shufflelinks": False, - "shuffletavern": False, + "shuffletavern": True, "overworld_map": "default", 'take_any': 'none', "pseudoboots": False,