ChooseCardAi add error message

This commit is contained in:
Northmoc
2022-11-06 14:37:27 -05:00
parent 0c06184da8
commit d40cfb985a

View File

@@ -302,6 +302,7 @@ public class ChooseCardAi extends SpellAbilityAi {
choice = ComputerUtilCard.getBestCreatureToAttackNextTurnAI(ai, options);
} else {
choice = ComputerUtilCard.getBestAI(options);
System.err.println("Bad ChooseCard AILogic value for " + host.getName() + " - reverting to default");
}
return choice;
}