* Leonin Iconoclast, Phalanx Formation - Fixed wrong rarity.

This commit is contained in:
LevelX2 2014-04-20 23:46:48 +02:00
parent e5cdabfad1
commit 4023a359a0
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ public class LeoninIconoclast extends CardImpl<LeoninIconoclast> {
}
public LeoninIconoclast(UUID ownerId) {
super(ownerId, 16, "Leonin Iconoclast", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
super(ownerId, 16, "Leonin Iconoclast", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
this.expansionSetCode = "JOU";
this.subtype.add("Cat");
this.subtype.add("Monk");

View file

@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
public class PhalanxFormation extends CardImpl<PhalanxFormation> {
public PhalanxFormation(UUID ownerId) {
super(ownerId, 21, "Phalanx Formation", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{W}");
super(ownerId, 21, "Phalanx Formation", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{2}{W}");
this.expansionSetCode = "JOU";
this.color.setWhite(true);