mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
- Fixed Rimefeather Owl.
This commit is contained in:
parent
b7b0310969
commit
1a2e44ef20
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue