* Spitting Image and Call the Skybreaker - Fixed wrong Retrace costs.

This commit is contained in:
LevelX2 2015-03-24 21:51:20 +01:00
parent e62e2e605e
commit b2e27f17f1
3 changed files with 5 additions and 4 deletions

View file

@ -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() {