diff --git a/Mage.Sets/src/mage/cards/t/TevalsJudgement.java b/Mage.Sets/src/mage/cards/t/TevalsJudgment.java similarity index 83% rename from Mage.Sets/src/mage/cards/t/TevalsJudgement.java rename to Mage.Sets/src/mage/cards/t/TevalsJudgment.java index b08fa215541..3f50b543be4 100644 --- a/Mage.Sets/src/mage/cards/t/TevalsJudgement.java +++ b/Mage.Sets/src/mage/cards/t/TevalsJudgment.java @@ -16,9 +16,9 @@ import java.util.UUID; /** * @author PurpleCrowbar */ -public final class TevalsJudgement extends CardImpl { +public final class TevalsJudgment extends CardImpl { - public TevalsJudgement(UUID ownerId, CardSetInfo setInfo) { + public TevalsJudgment(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{2}{B}"); // Whenever one or more cards leave your graveyard, choose one that hasn’t been chosen this turn -- @@ -36,12 +36,12 @@ public final class TevalsJudgement extends CardImpl { this.addAbility(ability); } - private TevalsJudgement(final TevalsJudgement card) { + private TevalsJudgment(final TevalsJudgment card) { super(card); } @Override - public TevalsJudgement copy() { - return new TevalsJudgement(this); + public TevalsJudgment copy() { + return new TevalsJudgment(this); } } diff --git a/Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java b/Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java index 29bebed6fff..15997a8fce0 100644 --- a/Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java +++ b/Mage.Sets/src/mage/sets/TarkirDragonstormCommander.java @@ -304,8 +304,8 @@ public final class TarkirDragonstormCommander extends ExpansionSet { cards.add(new SetCardInfo("Temur Ascendancy", 305, Rarity.RARE, mage.cards.t.TemurAscendancy.class)); cards.add(new SetCardInfo("Terramorphic Expanse", 408, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class)); cards.add(new SetCardInfo("Territorial Hellkite", 240, Rarity.RARE, mage.cards.t.TerritorialHellkite.class)); - cards.add(new SetCardInfo("Teval's Judgement", 28, Rarity.RARE, mage.cards.t.TevalsJudgement.class, NON_FULL_USE_VARIOUS)); - cards.add(new SetCardInfo("Teval's Judgement", 68, Rarity.RARE, mage.cards.t.TevalsJudgement.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Teval's Judgment", 28, Rarity.RARE, mage.cards.t.TevalsJudgment.class, NON_FULL_USE_VARIOUS)); + cards.add(new SetCardInfo("Teval's Judgment", 68, Rarity.RARE, mage.cards.t.TevalsJudgment.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Teval, the Balanced Scale", 8, Rarity.MYTHIC, mage.cards.t.TevalTheBalancedScale.class)); cards.add(new SetCardInfo("Thalisse, Reverent Medium", 306, Rarity.UNCOMMON, mage.cards.t.ThalisseReverentMedium.class)); cards.add(new SetCardInfo("Think Twice", 168, Rarity.COMMON, mage.cards.t.ThinkTwice.class));