mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Spreading Flames targetting fix
This commit is contained in:
parent
7efc86ed76
commit
910d6eb048
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class SpreadingFlames extends CardImpl {
|
|||
|
||||
// Spreading Flames deals 6 damage divided as you choose among any number of target creatures.
|
||||
this.getSpellAbility().addEffect(new DamageMultiEffect(6));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(6));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(0,Integer.MAX_VALUE));
|
||||
}
|
||||
|
||||
public SpreadingFlames(final SpreadingFlames card) {
|
||||
|
|
Loading…
Reference in a new issue