mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08: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…
Add table
Add a link
Reference in a new issue