forked from External/mage
Fixed Goblin Barrage not targeting correctly
This commit is contained in:
parent
9b2af09505
commit
35b78f8d11
3 changed files with 14 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ import mage.filter.common.FilterPlayerOrPlaneswalker;
|
|||
public class TargetPlayerOrPlaneswalker extends TargetPermanentOrPlayer {
|
||||
|
||||
public TargetPlayerOrPlaneswalker() {
|
||||
this(1, 1, new FilterPlayerOrPlaneswalker("player or planeswalker"), false);
|
||||
this(1, 1, new FilterPlayerOrPlaneswalker(), false);
|
||||
}
|
||||
|
||||
public TargetPlayerOrPlaneswalker(int numTargets) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue