mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Priest Of ForgottenGods - fixed text
This commit is contained in:
parent
0b648343bc
commit
3a987f11df
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import java.util.UUID;
|
||||||
public final class PriestOfForgottenGods extends CardImpl {
|
public final class PriestOfForgottenGods extends CardImpl {
|
||||||
|
|
||||||
private static final FilterControlledPermanent filter
|
private static final FilterControlledPermanent filter
|
||||||
= new FilterControlledCreaturePermanent("other creatures");
|
= new FilterControlledCreaturePermanent("two other creatures");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(AnotherPredicate.instance);
|
filter.add(AnotherPredicate.instance);
|
||||||
|
|
Loading…
Reference in a new issue