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);