From 5c49ccabbe9b9d053102f2bb0b9f6ed36e028e95 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Mon, 28 Aug 2023 19:05:41 -0400 Subject: [PATCH] a --- worlds/ahit/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/ahit/__init__.py b/worlds/ahit/__init__.py index caa30a8775..ff2fe53284 100644 --- a/worlds/ahit/__init__.py +++ b/worlds/ahit/__init__.py @@ -61,6 +61,7 @@ class HatInTimeWorld(World): def create_regions(self): self.nyakuza_thug_items = {} self.shop_locs = [] + self.badge_seller_count = 0 create_regions(self) # place default contract locations if contract shuffle is off so logic can still utilize them