forked from External/mage
refactor: use setter method and private field
This commit is contained in:
parent
577a3708fc
commit
f3fccfbd8a
29 changed files with 31 additions and 31 deletions
|
|
@ -17,7 +17,7 @@ public class PackTacticsAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public PackTacticsAbility(Effect effect) {
|
||||
super(Zone.BATTLEFIELD, effect, false);
|
||||
this.replaceRuleText = false;
|
||||
this.withRuleTextReplacement(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