forked from External/mage
[TSR] various text fixes
This commit is contained in:
parent
bb2e0922ab
commit
6894ad96bc
22 changed files with 153 additions and 169 deletions
|
|
@ -14,7 +14,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
public final class CloudSpriteToken extends TokenImpl {
|
||||
|
||||
public CloudSpriteToken() {
|
||||
super("Cloud Sprite", "1/1 blue faerie creature token named Cloud Sprite with flying and \"Cloud Sprite can block only creatures with flying.\"");
|
||||
super("Cloud Sprite", "1/1 blue Faerie creature token named Cloud Sprite. It has flying and \"Cloud Sprite can block only creatures with flying.\"");
|
||||
this.setOriginalExpansionSetCode("FUT");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlue(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue