We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865e16 commit f93519dCopy full SHA for f93519d
1 file changed
HelperScripts/src/objEditing/abilities/GenAbilities.java
@@ -201,6 +201,7 @@ public static void main(String[] args) throws IOException {
201
fd.printFunc(usedNames);
202
}
203
204
+
205
// Build a constant-name map for ALL abilities (used so stdlib classes reference AbilityIds.xxx)
206
// We need this before generating any class output.
207
Map<String, String> spellToConstant = new HashMap<>(); // spell -> camelCase constant name
0 commit comments