mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
fix tooltip for Arbor Elf
This commit is contained in:
parent
fb429e8c1f
commit
362ffa8169
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetLandPermanent;
|
|||
*/
|
||||
public class ArborElf extends CardImpl<ArborElf> {
|
||||
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent();
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("Forest");
|
||||
|
||||
static {
|
||||
filter.add(new SubtypePredicate("Forest"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue