Skip to content

Commit

Permalink
small Ice Age numbering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Jun 2, 2018
1 parent 52e7a45 commit 826778c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mage.Sets/src/mage/sets/IceAge.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ private IceAge() {
cards.add(new SetCardInfo("Mountain", 376, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 377, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 378, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain Titan", 377, Rarity.RARE, mage.cards.m.MountainTitan.class));
cards.add(new SetCardInfo("Mudslide", 203, Rarity.RARE, mage.cards.m.Mudslide.class));
cards.add(new SetCardInfo("Mystic Might", 86, Rarity.RARE, mage.cards.m.MysticMight.class));
cards.add(new SetCardInfo("Mystic Remora", 87, Rarity.COMMON, mage.cards.m.MysticRemora.class));
Expand Down

0 comments on commit 826778c

Please sign in to comment.