[ORI] Fixed tooltip text for Undead Servant

This commit is contained in:
fireshoes 2015-07-06 18:59:40 -05:00
parent ed472a9b81
commit 018478b3fb

View file

@ -45,7 +45,8 @@ import mage.game.permanent.token.ZombieToken;
*/ */
public class UndeadServant extends CardImpl { public class UndeadServant extends CardImpl {
private static final FilterCard filter = new FilterCard(); private static final FilterCard filter = new FilterCard(" card named Undead Servant");
static { static {
filter.add(new NamePredicate("Undead Servant")); filter.add(new NamePredicate("Undead Servant"));
} }