updated some oracle text

This commit is contained in:
Evan Kranzler 2019-01-22 19:07:15 -05:00
parent dd09de7a09
commit 1431e69b43
4 changed files with 20 additions and 24 deletions

View file

@ -1,21 +1,21 @@
package mage.game.permanent.token;
import mage.constants.CardType;
import mage.constants.SubType;
import mage.MageInt;
import mage.abilities.keyword.FlyingAbility;
import mage.abilities.keyword.IndestructibleAbility;
import mage.constants.CardType;
import mage.constants.SubType;
import mage.constants.SuperType;
/**
*
* @author spjspj
*/
public final class MaritLageToken extends TokenImpl {
public MaritLageToken() {
super("Marit Lage", "legendary 20/20 black Avatar creature token with flying and indestructible named Marit Lage");
super("Marit Lage", "Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible");
this.setOriginalExpansionSetCode("CSP");
cardType.add(CardType.CREATURE);
subtype.add(SubType.AVATAR);