fix verify failure, remove skip

This commit is contained in:
theelk801 2023-12-07 18:36:37 -05:00
parent 5915ac478f
commit 10d44fb44a
2 changed files with 1 additions and 2 deletions

View file

@ -104,7 +104,7 @@ class HakbalOfTheSurgingSoulEffect extends OneShotEffect {
public HakbalOfTheSurgingSoulEffect() {
super(Outcome.DrawCard);
staticText = "you may put a land card from your hand onto the battlefield. If you dont, draw a card";
staticText = "you may put a land card from your hand onto the battlefield. If you don't, draw a card";
}
private HakbalOfTheSurgingSoulEffect(final HakbalOfTheSurgingSoulEffect effect) {

View file

@ -153,7 +153,6 @@ 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, "MKM", "Not on My Watch"); // temporary
// missing abilities
// skipListAddName(SKIP_LIST_MISSING_ABILITIES, set, cardName);