From 5d8156fda81c33e4f4daa5c20f8b3e0255417ee3 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Thu, 11 Jul 2024 09:19:31 -0400 Subject: [PATCH] make unit tests checkmark again --- 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 4eb24e5ef2..ac8de82f8f 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: default 0 - default = 2 + default = 0 class TempCombatOption(Choice):