Added GS1 token images

This commit is contained in:
PurpleCrowbar 2022-06-06 15:24:02 +01:00
parent e3d64451ed
commit f4399e669a
3 changed files with 11 additions and 1 deletions

View file

@ -5,6 +5,8 @@ import mage.constants.CardType;
import mage.constants.SubType;
import mage.constants.SuperType;
import java.util.Arrays;
/**
*
* @author TheElk801
@ -19,6 +21,8 @@ public final class MowuToken extends TokenImpl {
subtype.add(SubType.DOG);
power = new MageInt(3);
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("GS1");
}
public MowuToken(final MowuToken token) {