Chandra Nalaar suttype fix

This commit is contained in:
magenoxx 2011-08-03 19:15:59 +04:00
parent c5d3c803b5
commit 9f7720b69e

View file

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