mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Update DarthSidiousSithLord.java
Added Legendary Supertype
This commit is contained in:
parent
6029808a27
commit
a85ed75c2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue