mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
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
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CrushOfTentaclesToken extends TokenImpl {
|
||||
public final class CrushOfTentaclesToken extends TokenImpl {
|
||||
|
||||
public CrushOfTentaclesToken() {
|
||||
super("Octopus", "8/8 blue Octopus creature");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue