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
|
|
@ -57,7 +57,7 @@ public class TargetActivatedAbility extends TargetObject {
|
|||
this.minNumberOfTargets = 1;
|
||||
this.maxNumberOfTargets = 1;
|
||||
this.zone = Zone.STACK;
|
||||
this.targetName = "activated ability";
|
||||
this.targetName = filter.getMessage();
|
||||
this.filter = filter;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue