mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
PKMN R/B: Fixing Key Items Only + Removed Exp. All (#3420)
This commit is contained in:
@@ -1560,7 +1560,7 @@ def create_regions(self):
|
|||||||
<= self.multiworld.trap_percentage[self.player].value and combined_traps != 0):
|
<= self.multiworld.trap_percentage[self.player].value and combined_traps != 0):
|
||||||
item = self.create_item(self.select_trap())
|
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
|
continue
|
||||||
|
|
||||||
if item.name in start_inventory and start_inventory[item.name] > 0 and \
|
if item.name in start_inventory and start_inventory[item.name] > 0 and \
|
||||||
|
Reference in New Issue
Block a user