mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Ajani's Last Stand token name (fixes #5147)
This commit is contained in:
parent
b628ac1f10
commit
0ad86ff530
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
|
||||
public final class AvatarToken2 extends TokenImpl {
|
||||
|
||||
public AvatarToken2() {
|
||||
super("Angel", "4/4 white Avatar creature token with flying");
|
||||
super("Avatar", "4/4 white Avatar creature token with flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setWhite(true);
|
||||
subtype.add(SubType.AVATAR);
|
||||
|
|
Loading…
Reference in a new issue