Skip to content

Commit

Permalink
add race bool to slot data
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Sep 20, 2024
1 parent 79942c0 commit 610ec35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 610ec35

Please sign in to comment.