mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Added GS1 token images
This commit is contained in:
parent
e3d64451ed
commit
f4399e669a
3 changed files with 11 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue