Changed all Token classes to final

had to make a few changes
This commit is contained in:
Evan Kranzler 2018-05-21 11:12:28 -04:00
parent a6e51e592b
commit 3d749ba8e7
377 changed files with 408 additions and 444 deletions

View file

@ -37,7 +37,7 @@ import mage.abilities.keyword.FlyingAbility;
*
* @author spjspj
*/
public class TheLocustGodInsectToken extends TokenImpl {
public final class TheLocustGodInsectToken extends TokenImpl {
public TheLocustGodInsectToken() {
super("Insect", "1/1 blue and red Insect creature token with flying and haste");