forked from External/mage
fix Victim of Night
This commit is contained in:
parent
82dcb53cb9
commit
0a376a37cd
1 changed files with 6 additions and 6 deletions
|
|
@ -38,18 +38,18 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author North, Loki
|
||||
*/
|
||||
public class VictimOfNight extends CardImpl<VictimOfNight> {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("non-Vampire, non-Werewolf, non-Zombie creature");
|
||||
|
||||
static {
|
||||
filter.getNotCardType().add("Vampire");
|
||||
filter.getNotCardType().add("Werewolf");
|
||||
filter.getNotCardType().add("Zombie");
|
||||
filter.setNotCardType(true);
|
||||
filter.setNotScopeCardType(ComparisonScope.All);
|
||||
filter.getSubtype().add("Vampire");
|
||||
filter.getSubtype().add("Werewolf");
|
||||
filter.getSubtype().add("Zombie");
|
||||
filter.setNotSubtype(true);
|
||||
filter.setScopeSubtype(ComparisonScope.Any);
|
||||
}
|
||||
|
||||
public VictimOfNight(UUID ownerId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue