mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[M20] fixed wrong texts
This commit is contained in:
parent
a6a67ec255
commit
628b668ad3
4 changed files with 9 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ import mage.game.command.Emblem;
|
|||
public final class MuYanlingSkyDancerEmblem extends Emblem {
|
||||
|
||||
private static final FilterPermanent filter
|
||||
= new FilterControlledPermanent(SubType.ISLAND, "Islands you control");
|
||||
= new FilterControlledPermanent(SubType.ISLAND, "islands");
|
||||
|
||||
// "Islands you control have '{T}: Draw a card'."
|
||||
public MuYanlingSkyDancerEmblem() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue