From 610ec355e28abc67cc99a8f28ed6474f96868e80 Mon Sep 17 00:00:00 2001 From: qwint Date: Fri, 20 Sep 2024 10:59:54 -0500 Subject: [PATCH] add race bool to slot data --- worlds/hk/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index 860243ee952e..4cb4debca7c4 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -544,6 +544,8 @@ def fill_slot_data(self): slot_data["grub_count"] = self.grub_count + slot_data["is_race"] = self.multiworld.is_race + return slot_data def create_item(self, name: str) -> HKItem: