From 46be0d965c29bddb64a1775740cced8155b2ba7a Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 9 Jan 2019 22:35:03 -0500 Subject: [PATCH] small additional fix --- Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java b/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java index 205067506c0..e1ed411122d 100644 --- a/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java +++ b/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java @@ -54,7 +54,7 @@ public final class PriestOfForgottenGods extends CardImpl { ); ability.addEffect(new BasicManaEffect(Mana.BlackMana(2)).setText("You add {B}{B}")); ability.addEffect(new DrawCardSourceControllerEffect(1).setText("and draw a card")); - ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(0, 2, filter, true))); + ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(2, 2, filter, true))); this.addAbility(ability); }