* Willbender - Fixed that it wrongly could not target also abilities.

This commit is contained in:
LevelX2 2016-02-08 19:00:31 +01:00
parent 81590262f6
commit f350dd71c9
2 changed files with 5 additions and 5 deletions

View file

@ -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");