mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[UMA] Fix Akroan Crusader token image
This commit is contained in:
parent
1d3a9136bb
commit
1ce272ec2d
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ public final class AkroanSoldierToken extends TokenImpl {
|
|||
|
||||
public AkroanSoldierToken() {
|
||||
super("Soldier Token", "1/1 red Soldier creature token with haste");
|
||||
setTokenType(3);
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.SOLDIER);
|
||||
|
|
Loading…
Reference in a new issue