mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Some minor changes.
This commit is contained in:
parent
ed8a1be552
commit
b6212a943a
2 changed files with 5 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue