forked from External/mage
small AFR rulestext fixes
This commit is contained in:
parent
65211b62fe
commit
01f785f4d0
6 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ import mage.target.common.TargetAnyTarget;
|
|||
public final class DevilToken extends TokenImpl {
|
||||
|
||||
public DevilToken() {
|
||||
super("Devil", "1/1 red Devil creature with \"When this creature dies, it deals 1 damage to any target.\"");
|
||||
super("Devil", "1/1 red Devil creature token with \"When this creature dies, it deals 1 damage to any target.\"");
|
||||
availableImageSetCodes.addAll(Collections.singletonList("SOI"));
|
||||
availableImageSetCodes.addAll(Collections.singletonList("WAR"));
|
||||
cardType.add(CardType.CREATURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue