Skip to content

Commit

Permalink
pr to fix hk for ArchipelagoMW#2062
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Jul 19, 2024
1 parent e33a999 commit fd2b621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,6 @@ def remove(self, state, item: HKItem) -> bool:

if change:
for effect_name, effect_value in item_effects.get(item.name, {}).items():
if state.prog_items[item.player][effect_name] == effect_value:
del state.prog_items[item.player][effect_name]
state.prog_items[item.player][effect_name] -= effect_value

return change
Expand Down

0 comments on commit fd2b621

Please sign in to comment.