Text generation improvements for triggered abilities (#10638)

This commit is contained in:
xenohedron 2023-07-17 20:03:01 -04:00 committed by GitHub
parent 0c7965a725
commit fa72e243e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 86 additions and 43 deletions

View file

@ -34,6 +34,7 @@ public class HeroicAbility extends TriggeredAbilityImpl {
if (isHeroic) {
this.setAbilityWord(AbilityWord.HEROIC);
}
this.replaceRuleText = false;
setTriggerPhrase("Whenever you cast a spell that targets {this}, ");
}