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