LTTP: Fix Itemlinks (#4479)

This commit is contained in:
Exempt-Medic
2025-01-14 12:34:40 -05:00
committed by GitHub
parent 04928bd83d
commit dae9d4c575

View File

@@ -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