forked from External/mage
Update ObiWanKenobi.java
Added Legendary Supertype
This commit is contained in:
parent
7c6d8c4211
commit
6029808a27
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public final class ObiWanKenobi extends CardImpl {
|
|||
|
||||
public ObiWanKenobi(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{3}{W}{U}");
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.OBI_WAN);
|
||||
|
||||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(5));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue