From 398fffb7bddff2f98c980d2e796146fb4de02ce8 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:47:10 +0100 Subject: [PATCH] Oops 2 --- worlds/hk/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index 11e3107159be..eadf6bc67d8e 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -624,7 +624,6 @@ def collect(self, state, item: HKItem) -> bool: state.prog_items[item.player].get('LEFTDASH', 0): (state.prog_items[item.player]["RIGHTDASH"], state.prog_items[item.player]["LEFTDASH"]) = \ ([max(state.prog_items[item.player]["RIGHTDASH"], state.prog_items[item.player]["LEFTDASH"])] * 2) - return change def remove(self, state, item: HKItem) -> bool: super(HKWorld, self).remove(state, item) @@ -635,8 +634,6 @@ def remove(self, state, item: HKItem) -> bool: else: state.prog_items[item.player][effect_name] -= effect_value - return change - @classmethod def stage_write_spoiler(cls, multiworld: MultiWorld, spoiler_handle): hk_players = multiworld.get_game_players(cls.game)