mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[ZNR] fixed Molten Blast damage (#7046)
This commit is contained in:
parent
df82bb8e2e
commit
ec91521428
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public final class MoltenBlast extends CardImpl {
|
||||||
|
|
||||||
// Choose one —
|
// Choose one —
|
||||||
// • Molten Blast deals 2 damage to target creature or planeswalker.
|
// • Molten Blast deals 2 damage to target creature or planeswalker.
|
||||||
getSpellAbility().addEffect(new DamageTargetEffect(3));
|
getSpellAbility().addEffect(new DamageTargetEffect(2));
|
||||||
getSpellAbility().addTarget(new TargetCreatureOrPlaneswalker());
|
getSpellAbility().addTarget(new TargetCreatureOrPlaneswalker());
|
||||||
|
|
||||||
// • Destroy target artifact.
|
// • Destroy target artifact.
|
||||||
|
|
Loading…
Reference in a new issue