mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Ojutai Exemplars - Fixed wrong tooltip text.
This commit is contained in:
parent
ca9ee416e8
commit
1456e0172c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*/
|
||||
public class OjutaiExemplars extends CardImpl {
|
||||
|
||||
private static final FilterSpell filter = new FilterSpell("creature spell");
|
||||
private static final FilterSpell filter = new FilterSpell("a noncreature spell");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.not(new CardTypePredicate(CardType.CREATURE)));
|
||||
|
|
Loading…
Reference in a new issue