Skip to content

Commit

Permalink
copy/paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed May 5, 2024
1 parent b335ba2 commit b3e04e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def pre_fill(self):
all([state.has("Grub", player, count) for player, count in g.items()])
else:
self.grub_count = grub_hunt_goal.value
world.completion_condition[player] = lambda state: state.has("Grub", player, self.grub_count)
self.multiworld.completion_condition[self.player] = lambda state: state.has("Grub", self.player, self.grub_count)

def fill_slot_data(self):
slot_data = {}
Expand Down

0 comments on commit b3e04e4

Please sign in to comment.