Update ItemList.py

This commit is contained in:
StructuralMike
2021-07-26 11:12:47 +02:00
parent e5e90fc805
commit 9247c547d3

View File

@@ -526,8 +526,6 @@ def set_up_shops(world, player):
if world.bomblogic[player]:
if world.shopsanity[player]:
removals = [item for item in world.itempool if item.name == 'Bomb Upgrade (+5)' and item.player == player]
for i in removals:
print(i)
for remove in removals:
world.itempool.remove(remove)
world.itempool.append(ItemFactory('Rupees (50)', player)) # replace the bomb upgrade