mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed Horizon Spellbomb
This commit is contained in:
parent
77f19c157a
commit
9fb1312af9
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ public class HorizonSpellbomb extends CardImpl<HorizonSpellbomb> {
|
|||
new ManaCostsImpl("{2}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addCost(new SacrificeSourceCost());
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
this.addAbility(new DiesTriggeredAbility(new DoIfCostPaid(new DrawCardControllerEffect(1), new ManaCostsImpl("{G}")), false));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue