mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Merge pull request #6126 from dperegolise/SOTW-filter-fix
filter missing zombie on SOTW
This commit is contained in:
commit
4931bcd09d
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