mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Added reminder text to Persist Keyword ability.
This commit is contained in:
parent
da289a7f67
commit
7e11cccc5b
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ public class PersistAbility extends DiesTriggeredAbility {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Persist";
|
||||
return "Persist <i>(When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)</i>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue