mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +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
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
StringBuilder sbRule = new StringBuilder("Retrace");
|
return "Retrace <i>(You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)</i>";
|
||||||
|
|
||||||
return sbRule.toString();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
class RetraceEffect extends OneShotEffect<RetraceEffect> {
|
class RetraceEffect extends OneShotEffect<RetraceEffect> {
|
||||||
|
|
Loading…
Reference in a new issue