mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[GRN] Fixed a problem of Expansion // Explosion.
This commit is contained in:
parent
f831d5fcc5
commit
753e44b1c9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class ExpansionExplosion extends SplitCard {
|
||||||
// Expansion
|
// Expansion
|
||||||
// Copy target instant or sorcery spell with converted mana cost 4 or less. You may choose new targets for the copy.
|
// Copy target instant or sorcery spell with converted mana cost 4 or less. You may choose new targets for the copy.
|
||||||
this.getLeftHalfCard().getSpellAbility().addEffect(new CopyTargetSpellEffect());
|
this.getLeftHalfCard().getSpellAbility().addEffect(new CopyTargetSpellEffect());
|
||||||
this.getSpellAbility().addTarget(new TargetSpell(filter));
|
this.getLeftHalfCard().getSpellAbility().addTarget(new TargetSpell(filter));
|
||||||
|
|
||||||
// Explosion
|
// Explosion
|
||||||
// Explosion deals X damage to any target. Target player draws X cards.
|
// Explosion deals X damage to any target. Target player draws X cards.
|
||||||
|
|
Loading…
Reference in a new issue