From 6442c40900c3b1478fa03c1745bf8b81e818a672 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Mon, 28 Aug 2023 19:08:04 -0400 Subject: [PATCH] b --- worlds/ahit/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/worlds/ahit/__init__.py b/worlds/ahit/__init__.py index ff2fe53284..ef4b9fc3fe 100644 --- a/worlds/ahit/__init__.py +++ b/worlds/ahit/__init__.py @@ -118,6 +118,9 @@ class HatInTimeWorld(World): and self.multiworld.ShuffleSubconPaintings[self.player].value == 0: continue + if self.multiworld.StartWithCompassBadge[self.player].value > 0 and name == "Compass Badge": + continue + if name == "Time Piece": tp_count: int = 40 max_extra: int = 0