Added ZEN token images

This commit is contained in:
PurpleCrowbar 2022-06-04 17:51:50 +01:00
parent c813603647
commit 5ab454ea63
6 changed files with 25 additions and 15 deletions

View file

@ -5,6 +5,8 @@ import mage.constants.CardType;
import mage.constants.SubType;
import mage.MageInt;
import java.util.Arrays;
/**
*
* @author spjspj
@ -18,6 +20,8 @@ public final class MerfolkToken extends TokenImpl {
subtype.add(SubType.MERFOLK);
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("ZEN");
}
public MerfolkToken(final MerfolkToken token) {