Fixed some wrong rarities.

This commit is contained in:
LevelX2 2014-10-25 22:46:13 +02:00
parent 6ca42f801e
commit 4edd2f8686
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ public class RhoxPikemaster extends CardImpl {
}
public RhoxPikemaster(UUID ownerId) {
super(ownerId, 26, "Rhox Pikemaster", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W}{W}");
super(ownerId, 26, "Rhox Pikemaster", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{W}{W}");
this.expansionSetCode = "M10";
this.color.setWhite(true);
this.subtype.add("Rhino");

View file

@ -54,7 +54,7 @@ public class LocustMiser extends CardImpl {
}
public LocustMiser(UUID ownerId) {
super(ownerId, 80, "Locust Miser", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
super(ownerId, 80, "Locust Miser", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{B}");
this.expansionSetCode = "SOK";
this.subtype.add("Rat");
this.subtype.add("Shaman");

View file

@ -42,7 +42,7 @@ import mage.cards.CardImpl;
public class Ornithopter extends CardImpl {
public Ornithopter(UUID ownerId) {
super(ownerId, 336, "Ornithopter", Rarity.COMMON, new CardType[]{CardType.CREATURE, CardType.ARTIFACT}, "{0}");
super(ownerId, 336, "Ornithopter", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE, CardType.ARTIFACT}, "{0}");
this.expansionSetCode = "10E";
this.subtype.add("Thopter");
this.power = new MageInt(0);