mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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
|
||||
public String getRule() {
|
||||
public String getTriggerPhrase() {
|
||||
return "Whenever you play a land, ";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ public class OpponentPlaysLandTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
public String getTriggerPhrase() {
|
||||
return "Whenever an opponent plays a land, ";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue