From 0b41527c2278cdd1d29a6ef913ef2a5ae03533c7 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Tue, 26 Mar 2024 19:40:09 -0400 Subject: [PATCH] comment --- worlds/ahit/Rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/ahit/Rules.py b/worlds/ahit/Rules.py index 929700eddc..319c277dae 100644 --- a/worlds/ahit/Rules.py +++ b/worlds/ahit/Rules.py @@ -158,6 +158,7 @@ def set_rules(world: "HatInTimeWorld"): chapter_list.remove(starting_chapter) world.random.shuffle(chapter_list) + # Make sure Alpine is unlocked before any DLC chapters are, as the Alpine door needs to be open to access them if starting_chapter is not ChapterIndex.ALPINE and (world.is_dlc1() or world.is_dlc2()): index1 = 69 index2 = 69