fix verify failure

This commit is contained in:
theelk801 2025-09-18 12:58:03 -04:00
parent d886da6e52
commit 11ff92e3cc

View file

@ -25,6 +25,8 @@ public final class MarvelsSpiderMan extends ExpansionSet {
this.blockName = "Marvel's Spider-Man"; // for sorting in GUI this.blockName = "Marvel's Spider-Man"; // for sorting in GUI
this.hasBasicLands = true; this.hasBasicLands = true;
this.enablePlayBooster(Integer.MAX_VALUE);
cards.add(new SetCardInfo("Agent Venom", 255, Rarity.RARE, mage.cards.a.AgentVenom.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Agent Venom", 255, Rarity.RARE, mage.cards.a.AgentVenom.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Agent Venom", 49, Rarity.RARE, mage.cards.a.AgentVenom.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Agent Venom", 49, Rarity.RARE, mage.cards.a.AgentVenom.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Alien Symbiosis", 50, Rarity.UNCOMMON, mage.cards.a.AlienSymbiosis.class)); cards.add(new SetCardInfo("Alien Symbiosis", 50, Rarity.UNCOMMON, mage.cards.a.AlienSymbiosis.class));