mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-17 08:58:36 -07:00
Pokemon Red/Blue: Set allow_partial_entrances to true when building a state for ER #4802
Co-authored-by: CodeGorilla <[email protected]>
This commit is contained in:
co-authored by
CodeGorilla
parent
7265468e8d
commit
d8576e72eb
@@ -2414,6 +2414,7 @@ def door_shuffle(world, multiworld, player, badges, badge_locs):
|
||||
loc.place_locked_item(badge)
|
||||
|
||||
state = multiworld.state.copy()
|
||||
state.allow_partial_entrances = True
|
||||
for item, data in item_table.items():
|
||||
if (data.id or item in poke_data.pokemon_data) and data.classification == ItemClassification.progression \
|
||||
and ("Badge" not in item or world.options.badgesanity):
|
||||
|
||||
Reference in New Issue
Block a user