Some minor changes.

This commit is contained in:
LevelX2 2017-09-16 02:01:25 +02:00
parent ed8a1be552
commit b6212a943a
2 changed files with 5 additions and 1 deletions

View file

@ -45,7 +45,7 @@ import mage.filter.predicate.permanent.AnotherPredicate;
*/
public class RagingSwordtooth extends CardImpl {
private static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature");
private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature");
static {
filter.add(new AnotherPredicate());