forked from External/mage
[CON] various text fixes
This commit is contained in:
parent
edaaac53d9
commit
c8cdc0a502
28 changed files with 237 additions and 212 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import mage.MageInt;
|
||||
|
|
@ -7,13 +6,12 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public final class RakkaMarElementalToken extends TokenImpl {
|
||||
|
||||
public RakkaMarElementalToken () {
|
||||
super("Elemental", "3/1 red Elemental creature with Haste");
|
||||
public RakkaMarElementalToken() {
|
||||
super("Elemental", "3/1 red Elemental creature token with haste");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.ELEMENTAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue