mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Minor fix
This commit is contained in:
parent
ed512d3a1d
commit
02b0fa3d54
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class MindGames extends CardImpl {
|
||||||
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{U}");
|
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{U}");
|
||||||
|
|
||||||
// Buyback {2}{U}
|
// Buyback {2}{U}
|
||||||
this.addAbility(new BuybackAbility("{3}"));
|
this.addAbility(new BuybackAbility("{2}{U}"));
|
||||||
|
|
||||||
// Tap target artifact, creature, or land.
|
// Tap target artifact, creature, or land.
|
||||||
this.getSpellAbility().addEffect(new TapTargetEffect());
|
this.getSpellAbility().addEffect(new TapTargetEffect());
|
||||||
|
|
Loading…
Reference in a new issue