mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
filter missing zombie on SOTW
This commit is contained in:
parent
12639bce26
commit
a4934536c8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class SlayerOfTheWicked extends CardImpl {
|
|||
filter.add(Predicates.or(
|
||||
new SubtypePredicate(SubType.VAMPIRE),
|
||||
new SubtypePredicate(SubType.WEREWOLF),
|
||||
new SubtypePredicate(SubType.WEREWOLF)));
|
||||
new SubtypePredicate(SubType.ZOMBIE)));
|
||||
}
|
||||
|
||||
public SlayerOfTheWicked(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
Loading…
Reference in a new issue