forked from External/mage
Text generation improvements for triggered abilities (#10638)
This commit is contained in:
parent
0c7965a725
commit
fa72e243e9
15 changed files with 86 additions and 43 deletions
|
|
@ -17,6 +17,7 @@ public class PackTacticsAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public PackTacticsAbility(Effect effect) {
|
||||
super(Zone.BATTLEFIELD, effect, false);
|
||||
this.replaceRuleText = false;
|
||||
this.setAbilityWord(AbilityWord.PACK_TACTICS);
|
||||
setTriggerPhrase("Whenever {this} attacks, if you attacked with creatures with total power 6 or greater this combat, ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue