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
|
|
@ -42,7 +42,7 @@ import mage.target.common.TargetAnyTarget;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DevilToken extends TokenImpl {
|
||||
public final class DevilToken extends TokenImpl {
|
||||
|
||||
public DevilToken() {
|
||||
super("Devil", "1/1 red Devil creature with \"When this creature dies, it deals 1 damage to any target.\"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue