forked from External/mage
* Fixed Stifle rule text and some other minor things related to TragetActivatedAbility.
This commit is contained in:
parent
cdbe1b0ad9
commit
9a95e49ac9
7 changed files with 80 additions and 93 deletions
|
|
@ -44,7 +44,7 @@ public class TargetActivatedOrTriggeredAbility extends TargetObject {
|
|||
protected final FilterStackObject filter;
|
||||
|
||||
public TargetActivatedOrTriggeredAbility() {
|
||||
this(new FilterStackObject());
|
||||
this(new FilterStackObject("activated or triggered ability"));
|
||||
}
|
||||
|
||||
public TargetActivatedOrTriggeredAbility(FilterStackObject filter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue