forked from External/mage
refactored IntCompareCondition
This commit is contained in:
parent
1f89b4eedf
commit
22c842dfec
12 changed files with 46 additions and 55 deletions
|
|
@ -138,7 +138,7 @@ public interface MageObject extends MageItem, Serializable {
|
|||
}
|
||||
|
||||
default void addCardType(CardType cardType) {
|
||||
addCardType(cardType);
|
||||
getCardType().add(cardType);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue