Thing in the Ice test for reported bug

This commit is contained in:
drmDev 2016-03-31 13:56:00 -04:00
parent e9efee23f4
commit 71a0d15faf
2 changed files with 52 additions and 1 deletions

View file

@ -115,7 +115,7 @@ public class ThingInTheIce extends CardImpl {
class AwokenHorrorAbility extends TriggeredAbilityImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("nonblue creatures");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("non-Horror creatures");
static {
filter.add(Predicates.not(new SubtypePredicate("Horror")));