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
|
|
@ -37,7 +37,7 @@ import mage.abilities.keyword.DeathtouchAbility;
|
|||
*
|
||||
* @author nantuko
|
||||
*/
|
||||
public class WolfTokenWithDeathtouch extends TokenImpl {
|
||||
public final class WolfTokenWithDeathtouch extends TokenImpl {
|
||||
|
||||
public WolfTokenWithDeathtouch() {
|
||||
super("Wolf", "1/1 black Wolf creature token with deathtouch");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue