mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix Snap
This commit is contained in:
parent
1e9ccf06af
commit
94946990a5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class Snap extends CardImpl<Snap> {
|
|||
|
||||
// Return target creature to its owner's hand. Untap up to two lands.
|
||||
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(2));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
this.getSpellAbility().addEffect(new UntapLandsEffect(2));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue