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
e9426eaf2e
commit
2e09f42946
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
||||||
public final class TreeguardDuo extends CardImpl {
|
public final class TreeguardDuo extends CardImpl {
|
||||||
|
|
||||||
public TreeguardDuo(UUID ownerId, CardSetInfo setInfo) {
|
public TreeguardDuo(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}");
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}");
|
||||||
|
|
||||||
this.subtype.add(SubType.FROG);
|
this.subtype.add(SubType.FROG);
|
||||||
this.subtype.add(SubType.RABBIT);
|
this.subtype.add(SubType.RABBIT);
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,8 @@ 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, "BLC", "Blasphemous Act"); // temporary
|
||||||
|
skipListAddName(SKIP_LIST_RARITY, "BLC", "Harmonize"); // 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