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
|
|
@ -36,7 +36,7 @@ import mage.util.RandomUtil;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class YoungPyromancerElementalToken extends TokenImpl {
|
||||
public final class YoungPyromancerElementalToken extends TokenImpl {
|
||||
|
||||
public YoungPyromancerElementalToken() {
|
||||
super("Elemental", "1/1 red Elemental creature");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue