mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Thing in the Ice test for reported bug
This commit is contained in:
parent
e9efee23f4
commit
71a0d15faf
2 changed files with 52 additions and 1 deletions
|
|
@ -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")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue