mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
fixed Mythos of Vadrok text
This commit is contained in:
parent
bd02b7d021
commit
83a0df735b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue