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