Update DarthSidiousSithLord.java

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

View file

@ -36,6 +36,7 @@ public final class DarthSidiousSithLord extends CardImpl {
public DarthSidiousSithLord(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.PLANESWALKER},"{4}{U}{B}{B}{R}");
this.addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.SIDIOUS);
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(5));