forked from External/mage
Spirit Mirror fixed Subtype problem.
This commit is contained in:
parent
77bf4aea92
commit
53b77acd89
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import mage.target.TargetPermanent;
|
|||
*/
|
||||
public class SpiritMirror extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filterToken = new FilterPermanent("Reflection", "Reflection token");
|
||||
private static final FilterPermanent filterToken = new FilterPermanent(SubType.REFLECTION, "Reflection token");
|
||||
private static final FilterPermanent filter = new FilterPermanent("Reflection");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue