mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
* Fixed wrong card number of Wild Pair PLC.
This commit is contained in:
parent
d95c13c563
commit
21e1b98637
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue