Skip to content

Commit

Permalink
forgot the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Aug 19, 2024
1 parent 5348438 commit 2d31b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/mm2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def fill_hook(self,
rbm_location.place_locked_item(placed_item)
progitempool.remove(placed_item)
fill_locations.remove(rbm_location)
self.multiworld.itempool.remove(placed_item)
target_rbm = (placed_item.code & 0xF) - 1
if self.options.strict_weakness or (self.options.random_weakness
and not (self.weapon_damage[0][target_rbm] > 0)):
Expand Down

0 comments on commit 2d31b24

Please sign in to comment.