* Fixed wrong card number of Wild Pair PLC.

This commit is contained in:
LevelX2 2016-07-06 17:18:52 +02:00
parent d95c13c563
commit 21e1b98637

View file

@ -59,7 +59,7 @@ import mage.watchers.common.CastFromHandWatcher;
public class WildPair extends CardImpl {
public WildPair(UUID ownerID) {
super(ownerID, 30, "Wild Pair", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{4}{G}{G}");
super(ownerID, 144, "Wild Pair", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{4}{G}{G}");
this.expansionSetCode = "PLC";
// Whenever a creature enters the battlefield, if you cast it from your hand, you may search your library for a creature card with the same total power and toughness and put it onto the battlefield. If you do, shuffle your library.