mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[ORI] Fixed tooltip text for Undead Servant
This commit is contained in:
parent
ed472a9b81
commit
018478b3fb
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ import mage.game.permanent.token.ZombieToken;
|
|||
*/
|
||||
public class UndeadServant extends CardImpl {
|
||||
|
||||
private static final FilterCard filter = new FilterCard();
|
||||
private static final FilterCard filter = new FilterCard(" card named Undead Servant");
|
||||
|
||||
static {
|
||||
filter.add(new NamePredicate("Undead Servant"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue