From dae9d4c575d17d5ced32153d5209b0272e4085b8 Mon Sep 17 00:00:00 2001 From: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:34:40 -0500 Subject: [PATCH] LTTP: Fix Itemlinks (#4479) --- worlds/alttp/Items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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