[AFR] added tokens and images download support;

This commit is contained in:
Oleg Agafonov 2021-08-21 20:07:39 +04:00
parent 88484f5a1e
commit 654ee7791c
20 changed files with 125 additions and 34 deletions

View file

@ -4,6 +4,8 @@ import mage.MageInt;
import mage.constants.CardType;
import mage.constants.SubType;
import java.util.Arrays;
/**
* @author TheElk801
*/
@ -16,6 +18,8 @@ public final class SkeletonToken extends TokenImpl {
color.setBlack(true);
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("AFR");
}
public SkeletonToken(final SkeletonToken token) {