[EOE] Implement Wurmwall Sweeper

This commit is contained in:
theelk801 2025-07-08 17:03:17 -04:00
parent 52d54db12b
commit e317350795
2 changed files with 48 additions and 0 deletions

View file

@ -100,6 +100,7 @@ public final class EdgeOfEternities extends ExpansionSet {
cards.add(new SetCardInfo("Watery Grave", 261, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Watery Grave", 286, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Watery Grave", 381, Rarity.RARE, mage.cards.w.WateryGrave.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Wurmwall Sweeper", 249, Rarity.COMMON, mage.cards.w.WurmwallSweeper.class));
cards.removeIf(setCardInfo -> unfinished.contains(setCardInfo.getName()));
}