* Kumanos Pupils - Fixed wrong rarity.

This commit is contained in:
LevelX2 2013-09-26 17:24:24 +02:00
parent 31a2f08efe
commit 0caa1d568f

View file

@ -54,7 +54,7 @@ import mage.watchers.common.DamagedByWatcher;
public class KumanosPupils extends CardImpl<KumanosPupils> { public class KumanosPupils extends CardImpl<KumanosPupils> {
public KumanosPupils(UUID ownerId) { public KumanosPupils(UUID ownerId) {
super(ownerId, 177, "Kumano's Pupils", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{4}{R}"); super(ownerId, 177, "Kumano's Pupils", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{R}");
this.expansionSetCode = "CHK"; this.expansionSetCode = "CHK";
this.subtype.add("Human"); this.subtype.add("Human");
this.subtype.add("Shaman"); this.subtype.add("Shaman");