mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Gatekeeper of Malakir - Fixed minor tooltip text issue.
This commit is contained in:
parent
2b8be15281
commit
df619218f1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class GatekeeperOfMalakir extends CardImpl {
|
|||
private static final FilterControlledPermanent filter;
|
||||
|
||||
static {
|
||||
filter = new FilterControlledPermanent(" a creature");
|
||||
filter = new FilterControlledPermanent("creature");
|
||||
filter.add(new CardTypePredicate(CardType.CREATURE));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue