mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
[GUI] Displaying spell target with arrow. (at the moment only first target is displayed).
This commit is contained in:
parent
c82d3c6dd9
commit
2fc9fc1301
8 changed files with 337 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue