diff --git a/worlds/alttp/Items.py b/worlds/alttp/Items.py index 7e36d7a3..5f081e65 100644 --- a/worlds/alttp/Items.py +++ b/worlds/alttp/Items.py @@ -7,7 +7,7 @@ from worlds.AutoWorld import World def GetBeemizerItem(world, player: int, item): item_name = item if isinstance(item, str) else item.name - if item_name not in trap_replaceable: + if item_name not in trap_replaceable or player in world.groups: return item # first roll - replaceable item should be replaced, within beemizer_total_chance