refactored IntCompareCondition

This commit is contained in:
ingmargoudt 2017-04-05 17:43:39 +02:00
parent 1f89b4eedf
commit 22c842dfec
12 changed files with 46 additions and 55 deletions

View file

@ -138,7 +138,7 @@ public interface MageObject extends MageItem, Serializable {
}
default void addCardType(CardType cardType) {
addCardType(cardType);
getCardType().add(cardType);
}
/**