lots of text fixes

This commit is contained in:
xenohedron 2023-11-23 01:22:14 -05:00
parent a7de73723f
commit 109547a1ad
73 changed files with 158 additions and 184 deletions

View file

@ -61,7 +61,7 @@ public class SpellCastOpponentTriggeredAbility extends TriggeredAbilityImpl {
this.filter = filter;
this.setTargetPointer = setTargetPointer;
this.onlyFromNonHand = onlyFromNonHand;
setTriggerPhrase("Whenever an opponent casts "
setTriggerPhrase(getWhen() + "an opponent casts "
+ filter.getMessage()
+ (onlyFromNonHand ? " from anywhere other than their hand" : "")
+ ", ");