mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 13:23:20 -07:00
Rename Escape Dungeon to Hyrule Castle by vote on discord
This commit is contained in:
@@ -12,15 +12,16 @@ class TestDungeons(TestInvertedOWG):
|
||||
["Sanctuary", False, []],
|
||||
["Sanctuary", False, ['Beat Agahnim 1']],
|
||||
["Sanctuary", True, ['Magic Mirror', 'Beat Agahnim 1']],
|
||||
["Sanctuary", True, ['Lamp', 'Beat Agahnim 1', 'Small Key (Escape)']],
|
||||
["Sanctuary", True, ['Lamp', 'Beat Agahnim 1', 'Small Key (Hyrule Castle)']],
|
||||
["Sanctuary", True, ['Moon Pearl', 'Pegasus Boots']],
|
||||
["Sanctuary", True, ['Magic Mirror', 'Pegasus Boots']],
|
||||
|
||||
["Sewers - Secret Room - Left", False, []],
|
||||
["Sewers - Secret Room - Left", True, ['Moon Pearl', 'Progressive Glove', 'Pegasus Boots']],
|
||||
["Sewers - Secret Room - Left", True, ['Moon Pearl', 'Pegasus Boots', 'Lamp', 'Small Key (Escape)']],
|
||||
["Sewers - Secret Room - Left", True, ['Magic Mirror', 'Pegasus Boots', 'Lamp', 'Small Key (Escape)']],
|
||||
["Sewers - Secret Room - Left", True, ['Beat Agahnim 1', 'Lamp', 'Small Key (Escape)']],
|
||||
["Sewers - Secret Room - Left", True, ['Moon Pearl', 'Pegasus Boots', 'Lamp', 'Small Key (Hyrule Castle)']],
|
||||
["Sewers - Secret Room - Left", True,
|
||||
['Magic Mirror', 'Pegasus Boots', 'Lamp', 'Small Key (Hyrule Castle)']],
|
||||
["Sewers - Secret Room - Left", True, ['Beat Agahnim 1', 'Lamp', 'Small Key (Hyrule Castle)']],
|
||||
|
||||
["Eastern Palace - Compass Chest", False, []],
|
||||
["Eastern Palace - Compass Chest", True, ['Moon Pearl', 'Pegasus Boots']],
|
||||
|
||||
@@ -11,7 +11,7 @@ class TestDungeons(TestVanillaOWG):
|
||||
|
||||
["Sewers - Secret Room - Left", False, []],
|
||||
["Sewers - Secret Room - Left", True, ['Progressive Glove']],
|
||||
["Sewers - Secret Room - Left", True, ['Lamp', 'Small Key (Escape)']],
|
||||
["Sewers - Secret Room - Left", True, ['Lamp', 'Small Key (Hyrule Castle)']],
|
||||
|
||||
["Eastern Palace - Compass Chest", True, []],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user