mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed verify failure
This commit is contained in:
parent
e4907d5ad2
commit
a4db8dafc4
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ class NefariousImpTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Whenever one or more permanents you control leave the battlefield, scry 1.";
|
||||
public String getTriggerPhrase() {
|
||||
return "Whenever one or more permanents you control leave the battlefield, ";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue