mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix verify failure
This commit is contained in:
parent
d886da6e52
commit
11ff92e3cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue