mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed Fireball in accordance with recent changes in TargetImpl.
This commit is contained in:
parent
238f26ee94
commit
356e4a63a2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class Fireball extends CardImpl<Fireball> {
|
|||
super(ownerId, 136, "Fireball", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{X}{R}");
|
||||
this.expansionSetCode = "M10";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlayer(0, 0));
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlayer(0, Integer.MAX_VALUE));
|
||||
this.getSpellAbility().addEffect(new FireballEffect());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue