mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
* Spitting Image and Call the Skybreaker - Fixed wrong Retrace costs.
This commit is contained in:
parent
e62e2e605e
commit
b2e27f17f1
3 changed files with 5 additions and 4 deletions
|
|
@ -39,7 +39,6 @@ import mage.constants.Zone;
|
|||
import mage.filter.common.FilterLandCard;
|
||||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
import mage.target.Target;
|
||||
import mage.target.common.TargetCardInHand;
|
||||
|
||||
|
||||
|
|
@ -70,6 +69,7 @@ public class RetraceAbility extends ActivatedAbilityImpl {
|
|||
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 {
|
||||
|
||||
public RetraceEffect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue