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:
Evan Kranzler 2018-05-21 10:53:44 -04:00
parent eb22d60b5c
commit a6e51e592b
17363 changed files with 22687 additions and 22687 deletions

View file

@ -57,7 +57,7 @@ import mage.target.targetpointer.FixedTarget;
/**
* @author jeffwadsworth
*/
public class ChandraPyromaster extends CardImpl {
public final class ChandraPyromaster extends CardImpl {
public ChandraPyromaster(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{R}{R}");