mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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 {
|
||||
|
||||
private static final FilterControlledPermanent filter
|
||||
= new FilterControlledCreaturePermanent("other creatures");
|
||||
= new FilterControlledCreaturePermanent("two other creatures");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
|
|
Loading…
Reference in a new issue