mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08: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) {
|
public ChandraNalaar(UUID ownerId) {
|
||||||
super(ownerId, 132, "Chandra Nalaar", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{3}{R}{R}");
|
super(ownerId, 132, "Chandra Nalaar", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{3}{R}{R}");
|
||||||
this.expansionSetCode = "M10";
|
this.expansionSetCode = "M10";
|
||||||
this.subtype.add("Chandra ");
|
this.subtype.add("Chandra");
|
||||||
this.color.setRed(true);
|
this.color.setRed(true);
|
||||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(6)), ""));
|
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(6)), ""));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue