Package mage.abilities.common

Examples of mage.abilities.common.LandfallAbility.addChoice()


    this.color.setGreen(true);
    this.power = new MageInt(2);
    this.toughness = new MageInt(1);

    LandfallAbility ability = new LandfallAbility(new AddManaOfAnyColorEffect(1), false);
    ability.addChoice(new ChoiceColor());
    this.addAbility(ability);
  }

  public LotusCobra(final LotusCobra card) {
    super(card);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.