forked from External/mage
[MH2] various text fixes
This commit is contained in:
parent
3158621a87
commit
daf77b2ee8
36 changed files with 121 additions and 87 deletions
|
|
@ -9,7 +9,7 @@ import mage.filter.common.FilterCreatureOrPlaneswalkerPermanent;
|
|||
public class TargetCreatureOrPlaneswalkerAmount extends TargetPermanentAmount {
|
||||
|
||||
private static final FilterCreatureOrPlaneswalkerPermanent defaultFilter
|
||||
= new FilterCreatureOrPlaneswalkerPermanent("target creatures or planeswalkers");
|
||||
= new FilterCreatureOrPlaneswalkerPermanent("target creatures and/or planeswalkers");
|
||||
|
||||
public TargetCreatureOrPlaneswalkerAmount(int amount) {
|
||||
super(amount, defaultFilter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue