Update DarthTyranusCountOfSerenno.java

This commit is contained in:
Richard Coates 2019-03-18 22:43:10 +01:00 committed by GitHub
parent a894e98342
commit 7c6d8c4211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ public final class DarthTyranusCountOfSerenno extends CardImpl {
public DarthTyranusCountOfSerenno(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.PLANESWALKER},"{1}{W}{U}{B}");
this.addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.DOOKU);
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(3));