Increased planeswalker card value for AI

This commit is contained in:
magenoxx 2012-06-27 16:16:53 +04:00
parent a8588c1c83
commit e702329003

View file

@ -53,6 +53,8 @@ public class RateCard {
}
int type = 0;
if (card.getCardType().contains(Constants.CardType.CREATURE)) {
type = 15;
} if (card.getCardType().contains(Constants.CardType.CREATURE)) {
type = 10;
} else if (card.getSubtype().contains("Equipment")) {
type = 8;