Spirit Mirror fixed Subtype problem.

This commit is contained in:
LevelX2 2017-05-21 10:58:59 +02:00
parent 77bf4aea92
commit 53b77acd89

View file

@ -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 {