Skip to content

Commit f93519d

Browse files
committed
Update GenAbilities.java
1 parent c865e16 commit f93519d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HelperScripts/src/objEditing/abilities/GenAbilities.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public static void main(String[] args) throws IOException {
201201
fd.printFunc(usedNames);
202202
}
203203

204+
204205
// Build a constant-name map for ALL abilities (used so stdlib classes reference AbilityIds.xxx)
205206
// We need this before generating any class output.
206207
Map<String, String> spellToConstant = new HashMap<>(); // spell -> camelCase constant name

0 commit comments

Comments
 (0)