DelaneDiamon

Results 2 issues of DelaneDiamon

Currently there seems to be no way of disabling additional text after amounts that says "overkill", "resisted", "glancing", etc. This code should add the capability of enabling/disabling additional text after...

Add a function to identify the number of bytes used for current unit name to abbreviate correctly with string.sub: ```lua local function utf8len1stchar(str) local byte = str:byte(1) if byte <...