mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix verify
This commit is contained in:
parent
727a5911b3
commit
a8feba7165
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ public final class UchbenbakTheGreatMistake extends CardImpl {
|
||||||
this.addAbility(VigilanceAbility.getInstance());
|
this.addAbility(VigilanceAbility.getInstance());
|
||||||
|
|
||||||
// Menace
|
// Menace
|
||||||
this.addAbility(new MenaceAbility());
|
this.addAbility(new MenaceAbility(false));
|
||||||
|
|
||||||
// Descend 8 -- {4}{U}{B}: Return Uchbenbak, the Great Mistake from your graveyard to the battlefield with a finality counter on it. Activate only if there are eight or more permanent cards in your graveyard and only as a sorcery.
|
// Descend 8 -- {4}{U}{B}: Return Uchbenbak, the Great Mistake from your graveyard to the battlefield with a finality counter on it. Activate only if there are eight or more permanent cards in your graveyard and only as a sorcery.
|
||||||
this.addAbility(new ActivateIfConditionActivatedAbility(
|
this.addAbility(new ActivateIfConditionActivatedAbility(
|
||||||
|
|
|
||||||
|
|
@ -133,14 +133,14 @@ public class VerifyCardDataTest {
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey"); // uses summon word as a joke card
|
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey"); // uses summon word as a joke card
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
||||||
skipListAddName(SKIP_LIST_TYPE, "LCI", "Kutzil's Flanker"); // temporary until mtgjson datat is clean
|
skipListAddName(SKIP_LIST_TYPE, "LCI", "Warden of the Inner Sky"); // temporary until mtgjson data is clean
|
||||||
|
|
||||||
// subtype
|
// subtype
|
||||||
// skipListAddName(SKIP_LIST_SUBTYPE, set, cardName);
|
// skipListAddName(SKIP_LIST_SUBTYPE, set, cardName);
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
|
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "LCI", "Kutzil's Flanker"); // temporary until mtgjson datat is clean
|
skipListAddName(SKIP_LIST_SUBTYPE, "LCI", "Warden of the Inner Sky"); // temporary until mtgjson data is clean
|
||||||
|
|
||||||
// number
|
// number
|
||||||
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);
|
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue