mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix Intuition (card number )
This commit is contained in:
parent
5b8ea4bc4e
commit
29a0f57d0f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue