fix verify failure

This commit is contained in:
theelk801 2023-06-01 21:50:37 -04:00
parent 2e78791074
commit 0df610fbe7
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@ public final class SarumanTheWhite extends CardImpl {
this.toughness = new MageInt(4); this.toughness = new MageInt(4);
// Ward {2} // Ward {2}
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"))); this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"),false));
// Whenever you cast your second spell each turn, amass Orcs 2. // Whenever you cast your second spell each turn, amass Orcs 2.
this.addAbility(new CastSecondSpellTriggeredAbility(new AmassEffect(2, SubType.ORC))); this.addAbility(new CastSecondSpellTriggeredAbility(new AmassEffect(2, SubType.ORC)));

View file

@ -128,10 +128,12 @@ 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, "LTR", "Easterling Vanguard"); // temporary
// subtype // subtype
skipListCreate(SKIP_LIST_SUBTYPE); skipListCreate(SKIP_LIST_SUBTYPE);
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, "LTR", "Easterling Vanguard"); // temporary
// number // number
skipListCreate(SKIP_LIST_NUMBER); skipListCreate(SKIP_LIST_NUMBER);