Naval research requirements for final sector

This commit is contained in:
Anuken
2020-11-19 10:23:46 -05:00
parent 506175212c
commit 89ef2ac4d3
2 changed files with 4 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import mindustry.world.*;
/** "Compiles" a sequence of statements into instructions. */
public class LAssembler{
public static ObjectMap<String, Func<String[], LStatement>> customParsers = new ObjectMap<>();
public static final int maxTokenLength = 30;
public static final int maxTokenLength = 40;
private int lastVar;
/** Maps names to variable IDs. */