forked from External/mage
Changed all Token classes to final
had to make a few changes
This commit is contained in:
parent
a6e51e592b
commit
3d749ba8e7
377 changed files with 408 additions and 444 deletions
|
|
@ -8,7 +8,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public class MerfolkWizardToken extends TokenImpl {
|
||||
public final class MerfolkWizardToken extends TokenImpl {
|
||||
|
||||
public MerfolkWizardToken() {
|
||||
super("Merfolk Wizard", "1/1 blue Merfolk Wizard creature token");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue