Fix Intuition (card number )

This commit is contained in:
Plopman 2012-12-06 22:59:44 +01:00
parent 5b8ea4bc4e
commit 29a0f57d0f

View file

@ -54,7 +54,7 @@ import mage.target.common.TargetOpponent;
public class Intuition extends CardImpl<Intuition> {
public Intuition(UUID ownerId) {
super(ownerId, 23, "Intuition", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{2}{U}");
super(ownerId, 70, "Intuition", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{2}{U}");
this.expansionSetCode = "TMP";
this.color.setBlue(true);