mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
m20 demon token
This commit is contained in:
parent
a5f9b8fb64
commit
a003f95c35
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public final class DemonToken extends TokenImpl {
|
|||
power = new MageInt(5);
|
||||
toughness = new MageInt(5);
|
||||
addAbility(FlyingAbility.getInstance());
|
||||
availableImageSetCodes.addAll(Arrays.asList("ISD", "AVR", "C14", "ORI"));
|
||||
availableImageSetCodes.addAll(Arrays.asList("ISD", "AVR", "C14", "ORI", "M20"));
|
||||
}
|
||||
|
||||
public DemonToken(final DemonToken token) {
|
||||
|
|
Loading…
Reference in a new issue