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
|
|
@ -23,7 +23,7 @@ public class DealtDamageToSourceTriggeredAbility extends TriggeredAbilityImpl {
|
|||
this.setAbilityWord(AbilityWord.ENRAGE);
|
||||
}
|
||||
setTriggerPhrase("Whenever {this} is dealt damage, ");
|
||||
this.replaceRuleText = true;
|
||||
this.withRuleTextReplacement(true);
|
||||
}
|
||||
|
||||
protected DealtDamageToSourceTriggeredAbility(final DealtDamageToSourceTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue