forked from External/mage
GUI: added stacked feature for a non-creature tokens like Food and Treasure (#12242)
This commit is contained in:
parent
9f7b7654a4
commit
7e7287e7eb
2 changed files with 92 additions and 51 deletions
|
|
@ -18,4 +18,8 @@ public abstract class MagePermanent extends MageCard {
|
|||
return getOriginal().isLand();
|
||||
}
|
||||
|
||||
public boolean isToken() {
|
||||
return getOriginal().isToken();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue