mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LTTP: Fix Itemlinks (#4479)
This commit is contained in:
@@ -7,7 +7,7 @@ from worlds.AutoWorld import World
|
|||||||
def GetBeemizerItem(world, player: int, item):
|
def GetBeemizerItem(world, player: int, item):
|
||||||
item_name = item if isinstance(item, str) else item.name
|
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
|
return item
|
||||||
|
|
||||||
# first roll - replaceable item should be replaced, within beemizer_total_chance
|
# first roll - replaceable item should be replaced, within beemizer_total_chance
|
||||||
|
Reference in New Issue
Block a user