mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
TUNIC: Fix duplicate entrance name in ER (#2818)
This commit is contained in:
@@ -377,13 +377,13 @@ def set_er_region_rules(world: "TunicWorld", ability_unlocks: Dict[str, int], re
|
||||
# nmg: ice grapple through the big gold door, can do it both ways
|
||||
regions["Eastern Vault Fortress"].connect(
|
||||
connecting_region=regions["Eastern Vault Fortress Gold Door"],
|
||||
name="Fortress Gold Door",
|
||||
name="Fortress to Gold Door",
|
||||
rule=lambda state: state.has_all({"Activate Eastern Vault West Fuses",
|
||||
"Activate Eastern Vault East Fuse"}, player)
|
||||
or has_ice_grapple_logic(False, state, player, options, ability_unlocks))
|
||||
regions["Eastern Vault Fortress Gold Door"].connect(
|
||||
connecting_region=regions["Eastern Vault Fortress"],
|
||||
name="Fortress Gold Door",
|
||||
name="Gold Door to Fortress",
|
||||
rule=lambda state: has_ice_grapple_logic(True, state, player, options, ability_unlocks))
|
||||
|
||||
regions["Fortress Grave Path"].connect(
|
||||
|
Reference in New Issue
Block a user