forked from External/mage
lots of text fixes
This commit is contained in:
parent
a7de73723f
commit
109547a1ad
73 changed files with 158 additions and 184 deletions
|
|
@ -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" : "")
|
||||
+ ", ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue