forked from External/mage
Changed all card classes to final
I was tired of the "overridable method call in constructor" warning and card classes should be final anyway
This commit is contained in:
parent
eb22d60b5c
commit
a6e51e592b
17363 changed files with 22687 additions and 22687 deletions
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class AirServant extends CardImpl {
|
||||
public final class AirServant extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature with flying");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue