mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +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);
|
choice = ComputerUtilCard.getBestCreatureToAttackNextTurnAI(ai, options);
|
||||||
} else {
|
} else {
|
||||||
choice = ComputerUtilCard.getBestAI(options);
|
choice = ComputerUtilCard.getBestAI(options);
|
||||||
|
System.err.println("Bad ChooseCard AILogic value for " + host.getName() + " - reverting to default");
|
||||||
}
|
}
|
||||||
return choice;
|
return choice;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user