From cc3b414900753ad7c3230c6ea6281d4bdbaf55a7 Mon Sep 17 00:00:00 2001 From: qwint Date: Sat, 4 May 2024 18:36:48 -0500 Subject: [PATCH] copy/paste fix --- worlds/hk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index 01fbbd10bbe9..cc393098e46b 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 = {}