mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fix all the tests
This commit is contained in:
parent
ec3007d141
commit
16c081dbf5
14 changed files with 67 additions and 66 deletions
|
|
@ -14,7 +14,7 @@ import mage.filter.common.FilterOpponentOrPlaneswalker;
|
|||
public class TargetOpponentOrPlaneswalker extends TargetPermanentOrPlayer {
|
||||
|
||||
public TargetOpponentOrPlaneswalker() {
|
||||
this(1, 1, new FilterOpponentOrPlaneswalker(), false);
|
||||
this(1, 1, new FilterOpponentOrPlaneswalker("opponent or planeswalker"), false);
|
||||
}
|
||||
|
||||
public TargetOpponentOrPlaneswalker(int numTargets) {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import mage.filter.common.FilterPlayerOrPlaneswalker;
|
|||
public class TargetPlayerOrPlaneswalker extends TargetPermanentOrPlayer {
|
||||
|
||||
public TargetPlayerOrPlaneswalker() {
|
||||
this(1, 1, new FilterPlayerOrPlaneswalker(), false);
|
||||
this(1, 1, new FilterPlayerOrPlaneswalker("player or planeswalker"), false);
|
||||
}
|
||||
|
||||
public TargetPlayerOrPlaneswalker(int numTargets) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue