fix verify failure

This commit is contained in:
theelk801 2024-09-06 14:32:22 -04:00
parent 29b5490da6
commit 798b937f76
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@ import java.util.UUID;
public final class SpineseekerCentipede extends CardImpl {
public SpineseekerCentipede(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}");
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}");
this.subtype.add(SubType.INSECT);
this.power = new MageInt(2);

View file

@ -143,6 +143,7 @@ public class VerifyCardDataTest {
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, "DSK", "Balustrade Wurm"); // temporary
skipListAddName(SKIP_LIST_TYPE, "DSK", "Spineseeker Centipede"); // temporary
// subtype
// skipListAddName(SKIP_LIST_SUBTYPE, set, cardName);
@ -150,6 +151,7 @@ public class VerifyCardDataTest {
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
skipListAddName(SKIP_LIST_SUBTYPE, "DSK", "Balustrade Wurm"); // temporary
skipListAddName(SKIP_LIST_SUBTYPE, "DSK", "Spineseeker Centipede"); // temporary
// number
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);