make unit tests checkmark again

This commit is contained in:
Scipio Wright
2024-07-11 09:19:31 -04:00
committed by GitHub
parent 24790b2b92
commit 5d8156fda8

View File

@@ -179,7 +179,7 @@ class CombatLogic(Choice):
option_bosses_only = 1
option_on = 2
# todo: default 0
default = 2
default = 0
class TempCombatOption(Choice):