diff --git a/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java b/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java index 801350a032..49f57a4df1 100644 --- a/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java +++ b/Mage.Sets/src/mage/cards/p/PriestOfForgottenGods.java @@ -29,7 +29,7 @@ import java.util.UUID; public final class PriestOfForgottenGods extends CardImpl { private static final FilterControlledPermanent filter - = new FilterControlledCreaturePermanent("other creatures"); + = new FilterControlledCreaturePermanent("two other creatures"); static { filter.add(AnotherPredicate.instance);