Merge origin/master

This commit is contained in:
fireshoes 2016-07-19 15:42:23 -05:00
commit 5ef1841d40

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