mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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.
|
// Spreading Flames deals 6 damage divided as you choose among any number of target creatures.
|
||||||
this.getSpellAbility().addEffect(new DamageMultiEffect(6));
|
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) {
|
public SpreadingFlames(final SpreadingFlames card) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue