forked from External/mage
Added EMA token images
This commit is contained in:
parent
0ce189fe2e
commit
0cac2f6d21
6 changed files with 34 additions and 6 deletions
|
|
@ -6,6 +6,8 @@ import mage.constants.SubType;
|
|||
import mage.MageInt;
|
||||
import mage.abilities.keyword.DefenderAbility;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
|
|
@ -20,6 +22,8 @@ public final class TidalWaveWallToken extends TokenImpl {
|
|||
power = new MageInt(5);
|
||||
toughness = new MageInt(5);
|
||||
this.addAbility(DefenderAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("EMA", "DDT");
|
||||
}
|
||||
|
||||
public TidalWaveWallToken(final TidalWaveWallToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue