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:
CodeGorilla
2025-04-04 10:48:47 +02:00
committed by GitHub
co-authored by CodeGorilla
parent 7265468e8d
commit d8576e72eb
+1
View File
@@ -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):