Fix Thelon

This commit is contained in:
tool4EvEr
2023-03-15 16:05:50 +01:00
parent 9b47a7fee2
commit 298ff0465e
5 changed files with 29 additions and 17 deletions

View File

@@ -173,7 +173,7 @@ public class AiCostDecision extends CostDecisionMakerBase {
if (cost.getFrom().equals(ZoneType.Library)) {
return PaymentDecision.card(player.getCardsIn(ZoneType.Library, c));
}
else if (cost.sameZone) {
else if (cost.zoneRestriction == 0) {
// TODO Determine exile from same zone for AI
return null;
} else {