forked from External/mage
Replace Overriden getTriggerPhrase() with setTriggerPhrase() usage (#9343)
This commit is contained in:
parent
188e6dd8c1
commit
ebdb6b53a4
406 changed files with 918 additions and 2665 deletions
|
|
@ -34,6 +34,7 @@ public class LandfallAbility extends TriggeredAbilityImpl {
|
|||
super(zone, effect, optional);
|
||||
this.setTargetPointer = setTargetPointer;
|
||||
this.setAbilityWord(AbilityWord.LANDFALL);
|
||||
setTriggerPhrase("Whenever a land enters the battlefield under your control, ");
|
||||
}
|
||||
|
||||
public LandfallAbility(final LandfallAbility ability) {
|
||||
|
|
@ -64,11 +65,6 @@ public class LandfallAbility extends TriggeredAbilityImpl {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTriggerPhrase() {
|
||||
return "Whenever a land enters the battlefield under your control, ";
|
||||
}
|
||||
|
||||
@Override
|
||||
public LandfallAbility copy() {
|
||||
return new LandfallAbility(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue