mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
* 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:
parent
88b5398f48
commit
de47259a49
5 changed files with 151 additions and 73 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue