From 0092584fb6e6a081753e442047867d0af160e8ed Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 12 Jul 2024 15:20:52 -0400 Subject: [PATCH] Temporarily default combat logic on --- worlds/tunic/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index 4f1a3b974c..9c6299c3a2 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -179,7 +179,7 @@ class CombatLogic(Choice): option_bosses_only = 1 option_on = 2 # todo: fix unit test failures when default is not 0 - default = 0 + default = 2 class TempCombatOption(Choice):