mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
updated some oracle text
This commit is contained in:
parent
dd09de7a09
commit
1431e69b43
4 changed files with 20 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue