From 7d1793c9733c0c9dec3d472dcae80ebf63284fce Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 12 Jul 2024 15:01:37 -0400 Subject: [PATCH] Add todo --- worlds/tunic/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index f813a8cfab..4f1a3b974c 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -178,8 +178,8 @@ class CombatLogic(Choice): option_off = 0 option_bosses_only = 1 option_on = 2 - # todo: default 0 - default = 2 + # todo: fix unit test failures when default is not 0 + default = 0 class TempCombatOption(Choice):