From 0c0333a7165540ee48a2314305da38f016014786 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Tue, 2 Feb 2021 11:44:32 -0500 Subject: [PATCH] updated oracle changes from updated bulletin (except Skinshifter) --- Mage.Sets/src/mage/cards/c/ChainsOfMephistopheles.java | 2 +- Mage.Sets/src/mage/cards/d/DranaTheLastBloodchief.java | 2 +- Mage.Sets/src/mage/cards/g/GrimReminder.java | 2 +- Mage.Sets/src/mage/cards/i/IdolOfEndurance.java | 2 +- Mage.Sets/src/mage/cards/j/JeskaThriceReborn.java | 2 +- Mage.Sets/src/mage/cards/q/Quicken.java | 2 +- Mage.Sets/src/mage/cards/s/SavageSummoning.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Mage.Sets/src/mage/cards/c/ChainsOfMephistopheles.java b/Mage.Sets/src/mage/cards/c/ChainsOfMephistopheles.java index 2b8b4b2580e..c1d5c348cb7 100644 --- a/Mage.Sets/src/mage/cards/c/ChainsOfMephistopheles.java +++ b/Mage.Sets/src/mage/cards/c/ChainsOfMephistopheles.java @@ -43,7 +43,7 @@ class ChainsOfMephistophelesReplacementEffect extends ReplacementEffectImpl { public ChainsOfMephistophelesReplacementEffect() { super(Duration.WhileOnBattlefield, Outcome.Benefit); - staticText = "If a player would draw a card except the first one they draw in their draw step each turn, that player discards a card instead. If the player discards a card this way, they draw a card. If the player doesn't discard a card this way, they mill a card"; + staticText = "If a player would draw a card except the first one they draw in each of their draw steps, that player discards a card instead. If the player discards a card this way, they draw a card. If the player doesn't discard a card this way, they mill a card"; } public ChainsOfMephistophelesReplacementEffect(final ChainsOfMephistophelesReplacementEffect effect) { diff --git a/Mage.Sets/src/mage/cards/d/DranaTheLastBloodchief.java b/Mage.Sets/src/mage/cards/d/DranaTheLastBloodchief.java index 6fbc1d6b09f..0fe69d4ed48 100644 --- a/Mage.Sets/src/mage/cards/d/DranaTheLastBloodchief.java +++ b/Mage.Sets/src/mage/cards/d/DranaTheLastBloodchief.java @@ -70,7 +70,7 @@ class DranaTheLastBloodchiefEffect extends OneShotEffect { DranaTheLastBloodchiefEffect() { super(Outcome.Benefit); staticText = "defending player chooses a nonlegendary creature card in your graveyard. " + - "You return that card to the battlefield with a +1/+1 counter on it. " + + "You return that card to the battlefield with an additional +1/+1 counter on it. " + "The creature is a Vampire in addition to its other types."; } diff --git a/Mage.Sets/src/mage/cards/g/GrimReminder.java b/Mage.Sets/src/mage/cards/g/GrimReminder.java index 422e9b12d59..d3a55a4787c 100644 --- a/Mage.Sets/src/mage/cards/g/GrimReminder.java +++ b/Mage.Sets/src/mage/cards/g/GrimReminder.java @@ -68,7 +68,7 @@ class GrimReminderEffect extends OneShotEffect { GrimReminderEffect() { super(Outcome.Benefit); this.staticText = "Search your library for a nonland card and reveal it. " - + "Each opponent who cast a card this turn with the same name as that card loses 6 life. " + + "Each opponent who cast a spell this turn with the same name as that card loses 6 life. " + "Then shuffle your library."; } diff --git a/Mage.Sets/src/mage/cards/i/IdolOfEndurance.java b/Mage.Sets/src/mage/cards/i/IdolOfEndurance.java index baa1d3366da..a9570fc12eb 100644 --- a/Mage.Sets/src/mage/cards/i/IdolOfEndurance.java +++ b/Mage.Sets/src/mage/cards/i/IdolOfEndurance.java @@ -179,7 +179,7 @@ class IdolOfEnduranceCastFromExileEffect extends AsThoughEffectImpl { IdolOfEnduranceCastFromExileEffect() { super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit); - staticText = "until end of turn, you may cast a creature spell from among the cards exiled with {this} without paying its mana cost"; + staticText = "until end of turn, you may cast a creature spell from among cards exiled with {this} without paying its mana cost"; } private IdolOfEnduranceCastFromExileEffect(final IdolOfEnduranceCastFromExileEffect effect) { diff --git a/Mage.Sets/src/mage/cards/j/JeskaThriceReborn.java b/Mage.Sets/src/mage/cards/j/JeskaThriceReborn.java index 21b8e9330d7..b17e8685706 100644 --- a/Mage.Sets/src/mage/cards/j/JeskaThriceReborn.java +++ b/Mage.Sets/src/mage/cards/j/JeskaThriceReborn.java @@ -42,7 +42,7 @@ public final class JeskaThriceReborn extends CardImpl { // Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game. this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect( CounterType.LOYALTY.createInstance(0), JeskaThriceRebornValue.instance, false - ), "with a loyalty counter on it for each time " + + ), "with a loyalty counter on her for each time " + "you've cast a commander from the command zone this game" ).addHint(JeskaThriceRebornValue.getHint()), new CommanderPlaysCountWatcher()); diff --git a/Mage.Sets/src/mage/cards/q/Quicken.java b/Mage.Sets/src/mage/cards/q/Quicken.java index e476a897f85..7047be3c643 100644 --- a/Mage.Sets/src/mage/cards/q/Quicken.java +++ b/Mage.Sets/src/mage/cards/q/Quicken.java @@ -53,7 +53,7 @@ class QuickenAsThoughEffect extends AsThoughEffectImpl { public QuickenAsThoughEffect() { super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit); - staticText = "The next sorcery card you cast this turn can be cast as though it had flash"; + staticText = "The next sorcery spell you cast this turn can be cast as though it had flash"; } public QuickenAsThoughEffect(final QuickenAsThoughEffect effect) { diff --git a/Mage.Sets/src/mage/cards/s/SavageSummoning.java b/Mage.Sets/src/mage/cards/s/SavageSummoning.java index 2290df82063..1a499e9027d 100644 --- a/Mage.Sets/src/mage/cards/s/SavageSummoning.java +++ b/Mage.Sets/src/mage/cards/s/SavageSummoning.java @@ -62,7 +62,7 @@ class SavageSummoningAsThoughEffect extends AsThoughEffectImpl { public SavageSummoningAsThoughEffect() { super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit); - staticText = "The next creature card you cast this turn can be cast as though it had flash"; + staticText = "The next creature spell you cast this turn can be cast as though it had flash"; } public SavageSummoningAsThoughEffect(final SavageSummoningAsThoughEffect effect) {