diff --git a/Mage.Sets/src/mage/cards/t/TreeguardDuo.java b/Mage.Sets/src/mage/cards/t/TreeguardDuo.java index ae42cac1233..3b00fa0f264 100644 --- a/Mage.Sets/src/mage/cards/t/TreeguardDuo.java +++ b/Mage.Sets/src/mage/cards/t/TreeguardDuo.java @@ -22,7 +22,7 @@ import java.util.UUID; public final class TreeguardDuo extends CardImpl { public TreeguardDuo(UUID ownerId, CardSetInfo setInfo) { - super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}"); + super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}"); this.subtype.add(SubType.FROG); this.subtype.add(SubType.RABBIT); diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 691c76942b4..6e3921309b2 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -155,6 +155,8 @@ public class VerifyCardDataTest { // rarity // skipListAddName(SKIP_LIST_RARITY, set, cardName); skipListAddName(SKIP_LIST_RARITY, "CMR", "The Prismatic Piper"); // Collation is not yet set up for CMR https://www.lethe.xyz/mtg/collation/cmr.html + skipListAddName(SKIP_LIST_RARITY, "BLC", "Blasphemous Act"); // temporary + skipListAddName(SKIP_LIST_RARITY, "BLC", "Harmonize"); // temporary // missing abilities // skipListAddName(SKIP_LIST_MISSING_ABILITIES, set, cardName);