mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
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 {
|
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");
|
private static final FilterPermanent filter = new FilterPermanent("Reflection");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue