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