mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix to CounterTargetEffect
This commit is contained in:
parent
073ee1419b
commit
2d4f8b6a02
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public final class MemoryDrain extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{U}{U}");
|
||||
|
||||
// Counter target spell. Scry 2.
|
||||
this.getSpellAbility().addEffect(new CounterSourceEffect());
|
||||
this.getSpellAbility().addEffect(new CounterTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetSpell());
|
||||
this.getSpellAbility().addEffect(new ScryEffect(2));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue