mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Willbender - Fixed that it wrongly could not target also abilities.
This commit is contained in:
parent
81590262f6
commit
f350dd71c9
2 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ import mage.game.stack.StackObject;
|
|||
*/
|
||||
public class FilterStackObject extends FilterObject<StackObject> {
|
||||
|
||||
protected List<ObjectPlayerPredicate<ObjectPlayer<Permanent>>> extraPredicates = new ArrayList<ObjectPlayerPredicate<ObjectPlayer<Permanent>>>();
|
||||
protected List<ObjectPlayerPredicate<ObjectPlayer<Permanent>>> extraPredicates = new ArrayList<>();
|
||||
|
||||
public FilterStackObject() {
|
||||
super("spell or ability");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue