diff --git a/Mage.Sets/src/mage/cards/e/ExtinctionEvent.java b/Mage.Sets/src/mage/cards/e/ExtinctionEvent.java index 131e36d9e6..0e995a52a0 100644 --- a/Mage.Sets/src/mage/cards/e/ExtinctionEvent.java +++ b/Mage.Sets/src/mage/cards/e/ExtinctionEvent.java @@ -24,7 +24,7 @@ public final class ExtinctionEvent extends CardImpl { public ExtinctionEvent(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{3}{B}"); - // Choose odd or even. Exile each creature with a converted mana cost of the chosen value. + // Choose odd or even. Exile each creature with converted mana cost of the chosen value. this.getSpellAbility().addEffect(new ExtinctionEventEffect()); } @@ -50,7 +50,7 @@ class ExtinctionEventEffect extends OneShotEffect { ExtinctionEventEffect() { super(Outcome.Benefit); - staticText = "Choose odd or even. Exile each creature with a converted mana cost of the chosen value."; + staticText = "Choose odd or even. Exile each creature with converted mana cost of the chosen value."; } private ExtinctionEventEffect(final ExtinctionEventEffect effect) { diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index 9d74e814e9..2d104c51c6 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -37137,7 +37137,7 @@ Dirge Bat|Ikoria: Lair of Behemoths|84|R|{2}{B}{B}|Creature - Bat|3|3|Mutate {4} Durable Coilbug|Ikoria: Lair of Behemoths|85|C|{1}{B}|Creature - Insect|2|2|{4}{B}: Return Durable Coilbug from your graveyard to your hand.| Duskfang Mentor|Ikoria: Lair of Behemoths|86|U|{2}{B}|Creature - Human Cleric|1|3|When Duskfang Mentor enters the battlefield, put a lifelink counter on target non-Human creature you control.${1}{B}, {T}: Put a +1/+1 counter on each creature you control with lifelink.| Easy Prey|Ikoria: Lair of Behemoths|87|U|{1}{B}|Instant|||Destroy target creature with converted mana cost 2 or less.$Cycling {2}| -Extinction Event|Ikoria: Lair of Behemoths|88|R|{3}{B}|Sorcery|||Choose odd or even. Exile each creature with a converted mana cost of the chosen value.| +Extinction Event|Ikoria: Lair of Behemoths|88|R|{3}{B}|Sorcery|||Choose odd or even. Exile each creature with converted mana cost of the chosen value.| Gloom Pangolin|Ikoria: Lair of Behemoths|89|C|{2}{B}|Creature - Nightmare Pangolin|1|5|| Grimdancer|Ikoria: Lair of Behemoths|90|U|{1}{B}{B}|Creature - Nightmare|3|3|Grimdancer enters the battlefield with your choice of two different counters on it from among menace, deathtouch, and lifelink.| Heartless Act|Ikoria: Lair of Behemoths|91|U|{1}{B}|Instant|||Choose one —$• Destroy target creature with no counters on it.$• Remove up to three counters from target creature.|