Add entrance layout to the UT regen stuff

This commit is contained in:
Scipio Wright
2024-07-28 12:51:05 -04:00
parent 8f422572a6
commit b5b70ec170

View File

@@ -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