forked from External/mage
fix a few text discrepancies
This commit is contained in:
parent
d5b23705c7
commit
df80856e79
8 changed files with 13 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ public class EntersBattlefieldOrAttacksSourceTriggeredAbility extends TriggeredA
|
|||
public EntersBattlefieldOrAttacksSourceTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
setTriggerPhrase("Whenever {this} enters or attacks, ");
|
||||
this.withRuleTextReplacement(true);
|
||||
}
|
||||
|
||||
protected EntersBattlefieldOrAttacksSourceTriggeredAbility(final EntersBattlefieldOrAttacksSourceTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue