forked from External/mage
refactored AnotherPredicate to singleton enum
This commit is contained in:
parent
92b5535a0e
commit
e6b99215e1
417 changed files with 427 additions and 427 deletions
|
|
@ -30,7 +30,7 @@ public class DiesCreatureTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public DiesCreatureTriggeredAbility(Effect effect, boolean optional, boolean another, boolean setTargetPointer) {
|
||||
this(effect, optional, new FilterCreaturePermanent(another ? "another creature" : "a creature"));
|
||||
if (another) {
|
||||
filter.add(new AnotherPredicate());
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
this.setTargetPointer = setTargetPointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue