mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
text fixes
This commit is contained in:
parent
6c5d5b8a90
commit
9e1645a1bc
23 changed files with 56 additions and 45 deletions
|
|
@ -14,6 +14,7 @@ public class SourcePhaseInTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public SourcePhaseInTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
setTriggerPhrase("Whenever {this} phases in, ");
|
||||
this.replaceRuleText = true;
|
||||
}
|
||||
|
||||
protected SourcePhaseInTriggeredAbility(final SourcePhaseInTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue