- Fixed Rimefeather Owl.

This commit is contained in:
Achilles 2018-01-08 20:18:25 -06:00
parent b7b0310969
commit 1a2e44ef20

View file

@ -68,8 +68,8 @@ public class RimefeatherOwl extends CardImpl {
private static final FilterPermanent filter2 = new FilterPermanent("snow permanents on the battlefield");
static {
filter.add(Predicates.not(new CounterPredicate(CounterType.ICE)));
filter2.add(Predicates.not(new SupertypePredicate(SuperType.SNOW)));
filter.add(new CounterPredicate(CounterType.ICE));
filter2.add(new SupertypePredicate(SuperType.SNOW));
}
public RimefeatherOwl(UUID ownerId, CardSetInfo setInfo) {