mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
Added ALA token images
This commit is contained in:
parent
e67ccc55fe
commit
bb3065afd9
3 changed files with 17 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ import mage.constants.ColoredManaSymbol;
|
|||
import mage.constants.SubType;
|
||||
import mage.constants.Zone;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
public final class SkeletonRegenerateToken extends TokenImpl {
|
||||
|
||||
public SkeletonRegenerateToken() {
|
||||
|
|
@ -19,6 +21,8 @@ public final class SkeletonRegenerateToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new RegenerateSourceEffect(), new ColoredManaCost(ColoredManaSymbol.B)));
|
||||
|
||||
availableImageSetCodes = Arrays.asList("ALA", "A25");
|
||||
}
|
||||
|
||||
public SkeletonRegenerateToken(final SkeletonRegenerateToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue