mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Kumanos Pupils - Fixed wrong rarity.
This commit is contained in:
parent
31a2f08efe
commit
0caa1d568f
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue