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
|
|
@ -40,7 +40,7 @@ import mage.filter.StaticFilters;
|
|||
*
|
||||
* @author North
|
||||
*/
|
||||
public class BattleHymn extends CardImpl {
|
||||
public final class BattleHymn extends CardImpl {
|
||||
|
||||
public BattleHymn(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{R}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue