mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-24 23:14:32 -07:00
a
This commit is contained in:
@@ -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
|
# 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)
|
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 not self.options.ActRandomizer:
|
||||||
if start_chapter == ChapterIndex.ALPINE:
|
if start_chapter == ChapterIndex.ALPINE:
|
||||||
self.multiworld.push_precollected(self.create_item("Hookshot Badge"))
|
self.multiworld.push_precollected(self.create_item("Hookshot Badge"))
|
||||||
|
|||||||
Reference in New Issue
Block a user