* Ojutai Exemplars - Fixed wrong tooltip text.

This commit is contained in:
LevelX2 2015-06-04 18:25:16 +02:00
parent ca9ee416e8
commit 1456e0172c

View file

@ -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)));