forked from External/mage
remove isCreature from CardHelper, move to Cardview
This commit is contained in:
parent
f22ebd3677
commit
63df7f65a7
4 changed files with 19 additions and 25 deletions
|
|
@ -957,4 +957,8 @@ public class CardView extends SimpleCardView {
|
|||
this.canAttack = canAttack;
|
||||
}
|
||||
|
||||
public boolean isCreature(){
|
||||
return cardTypes.contains(CardType.CREATURE);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue