mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Chandra Nalaar suttype fix
This commit is contained in:
parent
c5d3c803b5
commit
9f7720b69e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class ChandraNalaar extends CardImpl<ChandraNalaar> {
|
|||
public ChandraNalaar(UUID ownerId) {
|
||||
super(ownerId, 132, "Chandra Nalaar", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{3}{R}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.subtype.add("Chandra ");
|
||||
this.subtype.add("Chandra");
|
||||
this.color.setRed(true);
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(6)), ""));
|
||||
|
||||
|
|
Loading…
Reference in a new issue