mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Kaya, Orzhov Usurper text
This commit is contained in:
parent
225d842512
commit
ed700e68cc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import java.util.UUID;
|
|||
public final class KayaOrzhovUsurper extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter
|
||||
= new FilterNonlandPermanent("permanent with converted mana cost 1 or less");
|
||||
= new FilterNonlandPermanent("nonland permanent with converted mana cost 1 or less");
|
||||
|
||||
static {
|
||||
filter.add(new ConvertedManaCostPredicate(ComparisonType.FEWER_THAN, 2));
|
||||
|
|
Loading…
Reference in a new issue