mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fixed more triggered ability text
This commit is contained in:
parent
27e1f2c457
commit
aac4cd00ce
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ public class ControllerPlaysLandTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getTriggerPhrase() {
|
||||||
return "Whenever you play a land, ";
|
return "Whenever you play a land, ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ public class OpponentPlaysLandTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getTriggerPhrase() {
|
||||||
return "Whenever an opponent plays a land, ";
|
return "Whenever an opponent plays a land, ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue