mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
Fixed some wrong rarities.
This commit is contained in:
parent
6ca42f801e
commit
4edd2f8686
3 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue