mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Filter fix.
This commit is contained in:
parent
a48c7b1ff1
commit
0d92ecc20d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class SylvokReplica extends CardImpl<SylvokReplica> {
|
|||
|
||||
static {
|
||||
filter.getCardType().add(CardType.ARTIFACT);
|
||||
filter.getCardType().add(CardType.CREATURE);
|
||||
filter.getCardType().add(CardType.ENCHANTMENT);
|
||||
filter.setScopeCardType(ComparisonScope.Any);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue