PKMN R/B: Fixing Key Items Only + Removed Exp. All (#3420)

This commit is contained in:
Exempt-Medic 2024-06-01 07:35:33 -04:00 committed by GitHub
parent 4e5b6bb3d2
commit 97c9c5310b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ def create_regions(self):
<= self.multiworld.trap_percentage[self.player].value and combined_traps != 0):
item = self.create_item(self.select_trap())
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":
continue
if item.name in start_inventory and start_inventory[item.name] > 0 and \