mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Leonin Iconoclast, Phalanx Formation - Fixed wrong rarity.
This commit is contained in:
parent
e5cdabfad1
commit
4023a359a0
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue