forked from External/mage
Tokens improves:
* [M21] added tokens; * [M21] added tokens download support; * Fixed wrong images for some tokens (Angel, Beast, Bird, Cat, etc);
This commit is contained in:
parent
4dc99fbb58
commit
99ceeb5076
26 changed files with 298 additions and 206 deletions
|
|
@ -5,6 +5,8 @@ import mage.abilities.keyword.ProwessAbility;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
|
@ -19,6 +21,8 @@ public final class GoblinWizardToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
this.addAbility(new ProwessAbility());
|
||||
|
||||
availableImageSetCodes.addAll(Arrays.asList("M21"));
|
||||
}
|
||||
|
||||
private GoblinWizardToken(final GoblinWizardToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue