fixed Mythos of Vadrok text

This commit is contained in:
Evan Kranzler 2020-04-20 21:34:49 -04:00
parent bd02b7d021
commit 83a0df735b

View file

@ -9,7 +9,7 @@ import mage.filter.common.FilterCreatureOrPlaneswalkerPermanent;
public class TargetCreatureOrPlaneswalkerAmount extends TargetPermanentAmount {
private static final FilterCreatureOrPlaneswalkerPermanent defaultFilter
= new FilterCreatureOrPlaneswalkerPermanent();
= new FilterCreatureOrPlaneswalkerPermanent("target creatures or planeswalkers");
public TargetCreatureOrPlaneswalkerAmount(int amount) {
super(amount, defaultFilter);