mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix verify failure, remove skip
This commit is contained in:
parent
5915ac478f
commit
10d44fb44a
2 changed files with 1 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ class HakbalOfTheSurgingSoulEffect extends OneShotEffect {
|
||||||
|
|
||||||
public HakbalOfTheSurgingSoulEffect() {
|
public HakbalOfTheSurgingSoulEffect() {
|
||||||
super(Outcome.DrawCard);
|
super(Outcome.DrawCard);
|
||||||
staticText = "you may put a land card from your hand onto the battlefield. If you don’t, 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) {
|
private HakbalOfTheSurgingSoulEffect(final HakbalOfTheSurgingSoulEffect effect) {
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,6 @@ public class VerifyCardDataTest {
|
||||||
// rarity
|
// rarity
|
||||||
// skipListAddName(SKIP_LIST_RARITY, set, cardName);
|
// 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, "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
|
// missing abilities
|
||||||
// skipListAddName(SKIP_LIST_MISSING_ABILITIES, set, cardName);
|
// skipListAddName(SKIP_LIST_MISSING_ABILITIES, set, cardName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue