Update AurraSingBaneOfJedi.java

Add Legendary to Aurra Planeswalker
This commit is contained in:
Richard Coates 2019-03-18 22:42:00 +01:00 committed by GitHub
parent e1ffbd56e2
commit a894e98342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ public final class AurraSingBaneOfJedi extends CardImpl {
public AurraSingBaneOfJedi(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{B}{R}");
this.addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.AURRA);
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(3));