Update test to explicitly disable combat logic

This commit is contained in:
Scipio Wright
2024-07-12 15:26:48 -04:00
committed by GitHub
parent 0092584fb6
commit fe5b2f2a7e

View File

@@ -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"])