mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Merge origin/master
This commit is contained in:
commit
51728bcf4f
6 changed files with 203 additions and 149 deletions
|
|
@ -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<>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue