mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
mistype on previous commit
This commit is contained in:
parent
e702329003
commit
d344d2315d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class RateCard {
|
|||
return rated.get(card.getName());
|
||||
}
|
||||
int type = 0;
|
||||
if (card.getCardType().contains(Constants.CardType.CREATURE)) {
|
||||
if (card.getCardType().contains(Constants.CardType.PLANESWALKER)) {
|
||||
type = 15;
|
||||
} if (card.getCardType().contains(Constants.CardType.CREATURE)) {
|
||||
type = 10;
|
||||
|
|
Loading…
Reference in a new issue