From 2d31b24a630916c737733c8944253c4986564796 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:25:57 -0500 Subject: [PATCH] forgot the other one --- worlds/mm2/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/mm2/__init__.py b/worlds/mm2/__init__.py index 59b438c40f32..e90939b86efe 100644 --- a/worlds/mm2/__init__.py +++ b/worlds/mm2/__init__.py @@ -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)):