mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 01:43:25 -07:00
Update test_access.py
This commit is contained in:
@@ -62,7 +62,8 @@ class TestNormalGoal(TunicTestBase):
|
||||
class TestER(TunicTestBase):
|
||||
options = {options.EntranceRando.internal_name: options.EntranceRando.option_yes,
|
||||
options.AbilityShuffling.internal_name: options.AbilityShuffling.option_true,
|
||||
options.HexagonQuest.internal_name: options.HexagonQuest.option_false}
|
||||
options.HexagonQuest.internal_name: options.HexagonQuest.option_false,
|
||||
options.CombatLogic.internal_name: options.CombatLogic.option_off}
|
||||
|
||||
def test_overworld_hc_chest(self) -> None:
|
||||
# test to see that static connections are working properly -- this chest requires holy cross and is in Overworld
|
||||
|
||||
Reference in New Issue
Block a user