[TDC] fix Teval's Judgment name

This commit is contained in:
theelk801 2025-03-29 10:21:24 -04:00
parent d9d7dbd9f1
commit eafa45a549
2 changed files with 7 additions and 7 deletions

View file

@ -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 hasnt 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);
}
}

View file

@ -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));