* Marauding Raptor - fixed that it deals damage to yourself;

This commit is contained in:
Oleg Agafonov 2019-07-08 07:51:08 +04:00
parent 2d387801a2
commit d6c99437f3

View file

@ -29,7 +29,7 @@ public final class MaraudingRaptor extends CardImpl {
private static final FilterPermanent filter2 = new FilterCreaturePermanent("another creature");
static {
filter.add(AnotherPredicate.instance);
filter2.add(AnotherPredicate.instance);
}
public MaraudingRaptor(UUID ownerId, CardSetInfo setInfo) {