From 0caa1d568f2d1af90c905fd1296c2300d123258a Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Thu, 26 Sep 2013 17:24:24 +0200 Subject: [PATCH] * Kumanos Pupils - Fixed wrong rarity. --- Mage.Sets/src/mage/sets/championsofkamigawa/KumanosPupils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/KumanosPupils.java b/Mage.Sets/src/mage/sets/championsofkamigawa/KumanosPupils.java index b7136857c1..25069e2770 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/KumanosPupils.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/KumanosPupils.java @@ -54,7 +54,7 @@ import mage.watchers.common.DamagedByWatcher; public class KumanosPupils extends CardImpl { 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.subtype.add("Human"); this.subtype.add("Shaman");