From fe5b2f2a7ed120be663600568adcc0f539241896 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 12 Jul 2024 15:26:48 -0400 Subject: [PATCH] Update test to explicitly disable combat logic --- worlds/tunic/test/test_access.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/test/test_access.py b/worlds/tunic/test/test_access.py index 72d4a498d1..9dafecec66 100644 --- a/worlds/tunic/test/test_access.py +++ b/worlds/tunic/test/test_access.py @@ -3,6 +3,7 @@ from .. import options class TestAccess(TunicTestBase): + options = {options.CombatLogic.internal_name: options.CombatLogic.option_off} # test whether you can get into the temple without laurels def test_temple_access(self) -> None: self.collect_all_but(["Hero's Laurels", "Lantern"])