From b5b70ec170283a843b4565e14fd20233e08943ba Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Sun, 28 Jul 2024 12:51:05 -0400 Subject: [PATCH] Add entrance layout to the UT regen stuff --- worlds/tunic/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/tunic/__init__.py b/worlds/tunic/__init__.py index ed86300a52..48c16f1aea 100644 --- a/worlds/tunic/__init__.py +++ b/worlds/tunic/__init__.py @@ -112,8 +112,8 @@ class TunicWorld(World): self.options.hexagon_quest.value = passthrough["hexagon_quest"] self.options.entrance_rando.value = passthrough["entrance_rando"] self.options.shuffle_ladders.value = passthrough["shuffle_ladders"] - self.options.fixed_shop.value = self.options.fixed_shop.option_false - self.options.laurels_location.value = self.options.laurels_location.option_anywhere + self.options.entrance_layout.value = EntranceLayout.option_standard + self.options.laurels_location.value = LaurelsLocation.option_anywhere self.options.combat_logic.value = passthrough["combat_logic"] @classmethod