mirror of
https://github.com/correl/mage.git
synced 2025-03-25 21:05:04 -09: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…
Add table
Reference in a new issue