Merge origin/master

This commit is contained in:
LevelX2 2014-09-22 22:27:59 +02:00
commit 51728bcf4f
6 changed files with 203 additions and 149 deletions

View file

@ -103,7 +103,7 @@ import mage.players.Player;
public class MorphAbility extends StaticAbility implements AlternativeSourceCosts {
protected static final String ABILITY_KEYWORD = "Morph";
protected static final String REMINDER_TEXT = "(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)";
protected static final String REMINDER_TEXT = "(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)";
protected String ruleText;
protected List<AlternativeCost2> alternateCosts = new LinkedList<>();