mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Merge origin/master
This commit is contained in:
commit
5ef1841d40
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…
Reference in a new issue