We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b23af commit 78028d6Copy full SHA for 78028d6
worlds/pokemon_rb/regions.py
@@ -1560,7 +1560,7 @@ def create_regions(self):
1560
<= self.multiworld.trap_percentage[self.player].value and combined_traps != 0):
1561
item = self.create_item(self.select_trap())
1562
1563
- if self.multiworld.key_items_only[self.player] and (not location.event) and (not item.advancement):
+ if self.multiworld.key_items_only[self.player] and (not location.event) and (not item.advancement) and location.original_item != "Exp. All":
1564
continue
1565
1566
if item.name in start_inventory and start_inventory[item.name] > 0 and \
0 commit comments