From df58bbcd998585760cc6ac9ea54b6fdf142b4fd1 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Sun, 7 Jul 2024 20:36:35 -0400 Subject: [PATCH] a --- worlds/ahit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/__init__.py b/worlds/ahit/__init__.py index 79209d72ab..ee9967ef28 100644 --- a/worlds/ahit/__init__.py +++ b/worlds/ahit/__init__.py @@ -90,7 +90,7 @@ class HatInTimeWorld(World): # If starting chapter is 3 and painting shuffle is enabled, and act rando isn't, give one free painting unlock start_chapter: ChapterIndex = ChapterIndex(self.options.StartingChapter) - if start_chapter == ChapterIndex.ALPINE or start_chapter == ChapterIndex.SUBCON: + if start_chapter != ChapterIndex.MAFIA: if not self.options.ActRandomizer: if start_chapter == ChapterIndex.ALPINE: self.multiworld.push_precollected(self.create_item("Hookshot Badge"))