* Fixed that end turn effects (e.g. Day's Undoing) did not remove triggered abilities waiting to go onto the stack.

This commit is contained in:
LevelX2 2015-07-07 15:55:37 +02:00
parent 88b5398f48
commit de47259a49
5 changed files with 151 additions and 73 deletions

View file

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