This commit is contained in:
magenoxx 2011-09-22 20:41:19 +04:00
commit b5ec358b66

View file

@ -49,7 +49,6 @@ public class LlanowarElves extends CardImpl<LlanowarElves> {
this.color.setGreen(true);
this.power = new MageInt(1);
this.toughness = new MageInt(1);
this.addAbility(new GreenManaAbility());
}