mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Update PriestOfForgottenGods.java
This commit is contained in:
parent
6ea09f2c51
commit
c2788f2bdf
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ import mage.filter.StaticFilters;
|
||||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||||
import mage.filter.common.FilterControlledPermanent;
|
import mage.filter.common.FilterControlledPermanent;
|
||||||
import mage.filter.predicate.permanent.AnotherPredicate;
|
import mage.filter.predicate.permanent.AnotherPredicate;
|
||||||
|
import mage.target.TargetPlayer;
|
||||||
import mage.target.common.TargetControlledPermanent;
|
import mage.target.common.TargetControlledPermanent;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -55,6 +56,7 @@ public final class PriestOfForgottenGods extends CardImpl {
|
||||||
ability.addEffect(new BasicManaEffect(Mana.BlackMana(2)).setText("You add {B}{B}"));
|
ability.addEffect(new BasicManaEffect(Mana.BlackMana(2)).setText("You add {B}{B}"));
|
||||||
ability.addEffect(new DrawCardSourceControllerEffect(1).setText("and draw a card"));
|
ability.addEffect(new DrawCardSourceControllerEffect(1).setText("and draw a card"));
|
||||||
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(2, 2, filter, true)));
|
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(2, 2, filter, true)));
|
||||||
|
ability.addTarget(new TargetPlayer(0, Integer.MAX_VALUE, false));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue