Test commit

This commit is contained in:
magenoxx 2011-09-21 00:33:02 +04:00
parent 015ea665af
commit 82b96b4b92

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