mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
fixed Chain to Memory boost count
This commit is contained in:
parent
dd0844b09f
commit
93d17f5f34
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public final class ChainToMemory extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{U}");
|
||||
|
||||
// Target creature gets -4/-0 until end of turn. Scry 2.
|
||||
this.getSpellAbility().addEffect(new BoostTargetEffect(-2, 0));
|
||||
this.getSpellAbility().addEffect(new BoostTargetEffect(-4, 0));
|
||||
this.getSpellAbility().addEffect(new ScryEffect(2).setText("Scry 2"));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue