[GRN] Fixed a problem of Expansion // Explosion.

This commit is contained in:
LevelX2 2018-09-21 13:55:53 +02:00
parent f831d5fcc5
commit 753e44b1c9

View file

@ -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.