mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
ChooseCardAi add error message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user