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):