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
|
|
@ -14,6 +14,7 @@ public class OpponentPlaysLandTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public OpponentPlaysLandTriggeredAbility(Zone zone, Effect effect, Boolean optional) {
|
||||
super(zone, effect, optional);
|
||||
setTriggerPhrase("Whenever an opponent plays a land, ");
|
||||
}
|
||||
|
||||
public OpponentPlaysLandTriggeredAbility(OpponentPlaysLandTriggeredAbility ability) {
|
||||
|
|
@ -35,9 +36,4 @@ public class OpponentPlaysLandTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public OpponentPlaysLandTriggeredAbility copy() {
|
||||
return new OpponentPlaysLandTriggeredAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTriggerPhrase() {
|
||||
return "Whenever an opponent plays a land, ";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue