forked from External/mage
[AFR] added tokens and images download support;
This commit is contained in:
parent
88484f5a1e
commit
654ee7791c
20 changed files with 125 additions and 34 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue