fixed verify failure

This commit is contained in:
Evan Kranzler 2022-02-10 20:27:52 -05:00
parent ca03d7d49d
commit c7bf25c7c1

View file

@ -55,6 +55,7 @@ public final class KotoseTheSilentSpider extends CardImpl {
public KotoseTheSilentSpider(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}{B}");
this.addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.NINJA);