mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Retrace Ability - Added Reminder text.
This commit is contained in:
parent
231b7d0ac6
commit
250f860298
1 changed files with 1 additions and 3 deletions
|
@ -67,9 +67,7 @@ public class RetraceAbility extends ActivatedAbilityImpl<RetraceAbility> {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
StringBuilder sbRule = new StringBuilder("Retrace");
|
||||
|
||||
return sbRule.toString();
|
||||
return "Retrace <i>(You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)</i>";
|
||||
}
|
||||
}
|
||||
class RetraceEffect extends OneShotEffect<RetraceEffect> {
|
||||
|
|
Loading…
Reference in a new issue