mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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() {
|
||||
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) {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue