Initial Cleanup

This commit is contained in:
Reedux
2020-05-08 11:35:47 +01:00
parent 8808f58c8d
commit 9e93fa67b8
54 changed files with 340 additions and 548 deletions
@@ -51,7 +51,7 @@ public class heroic_token_box extends script.base_script
for (int i = 0; i < tokenTypes.length; i++)
{
names[free] = utils.packStringId(new string_id("static_item_n", trial.HEROIC_TOKENS[i]));
attribs[free++] = "" + tokenTypes[i];
attribs[free++] = Integer.toString(tokenTypes[i]);
}
}
return SCRIPT_CONTINUE;