Update ObiWanKenobi.java

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

View file

@ -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));