mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Update AurraSingBaneOfJedi.java
Add Legendary to Aurra Planeswalker
This commit is contained in:
parent
e1ffbd56e2
commit
a894e98342
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue