Spreading Flames targetting fix

This commit is contained in:
drmDev 2016-07-19 16:33:44 -04:00
parent 7efc86ed76
commit 910d6eb048

View file

@ -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) {