diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index 34cf814060..4eb24e5ef2 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -178,7 +178,8 @@ class CombatLogic(Choice): option_off = 0 option_bosses_only = 1 option_on = 2 - default = 0 + # todo: default 0 + default = 2 class TempCombatOption(Choice):