* Fixed Stifle rule text and some other minor things related to TragetActivatedAbility.

This commit is contained in:
LevelX2 2018-02-24 01:00:23 +01:00
parent cdbe1b0ad9
commit 9a95e49ac9
7 changed files with 80 additions and 93 deletions

View file

@ -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) {