[GUI] Displaying spell target with arrow. (at the moment only first target is displayed).

This commit is contained in:
magenoxx 2010-10-22 07:10:05 +00:00
parent c82d3c6dd9
commit 2fc9fc1301
8 changed files with 337 additions and 7 deletions

View file

@ -45,6 +45,7 @@ public abstract class BasicLand<T extends BasicLand<T>> extends CardImpl<T> {
this.supertype.add("Basic");
this.subtype.add(name);
this.addAbility(mana);
setExpansionSetCode("M11");
}
public BasicLand(BasicLand land) {