diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index b55327bf92f0..90a0a8c6c7c2 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -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 = {}