Skip to content

Commit

Permalink
Oops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Nov 25, 2024
1 parent 5d742f2 commit 398fffb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 398fffb

Please sign in to comment.