mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[MID] various text fixes
This commit is contained in:
parent
f0bf3285bb
commit
53540b9b36
14 changed files with 17 additions and 16 deletions
|
|
@ -16,7 +16,7 @@ import mage.game.Game;
|
|||
public final class ConsumingBlobToken extends TokenImpl {
|
||||
|
||||
public ConsumingBlobToken() {
|
||||
super("Ooze", "green Ooze creature token with \"This creature's power is equal to the number of card types among cards in your graveyard and its toughness is equal to that number plus 1\".");
|
||||
super("Ooze", "green Ooze creature token with \"This creature's power is equal to the number of card types among cards in your graveyard and its toughness is equal to that number plus 1.\"");
|
||||
setOriginalExpansionSetCode("MID");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.OOZE);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ public final class SeizeTheStormToken extends TokenImpl {
|
|||
public SeizeTheStormToken(DynamicValue xValue, Hint hint) {
|
||||
super("Elemental", "red Elemental creature token with trample and " +
|
||||
"\"This creature's power and toughness are each equal to the number of instant " +
|
||||
"and sorcery cards in your graveyard, plus the number of cards with flashback you own in exile.\"");
|
||||
"and sorcery cards in your graveyard plus the number of cards with flashback you own in exile.\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.ELEMENTAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue