mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Increased planeswalker card value for AI
This commit is contained in:
parent
a8588c1c83
commit
e702329003
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue