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
|
|
@ -34,7 +34,7 @@ public class HeroicAbility extends TriggeredAbilityImpl {
|
|||
if (isHeroic) {
|
||||
this.setAbilityWord(AbilityWord.HEROIC);
|
||||
}
|
||||
this.replaceRuleText = false;
|
||||
this.withRuleTextReplacement(false);
|
||||
setTriggerPhrase("Whenever you cast a spell that targets {this}, ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue