This commit is contained in:
magenoxx 2011-09-22 20:40:50 +04:00
commit 94bc0a2c44

View file

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