Fix line ending

This commit is contained in:
LocalIdentity
2025-06-14 11:35:17 +10:00
parent 290411e158
commit 9b87de6a40
2 changed files with 4085 additions and 4085 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -312,7 +312,7 @@ directiveTable.skill = function(state, args, out)
out:write('\tstatDescriptionScope = "gem_stat_descriptions",\n')
else
if #granted.ActiveSkill.Description > 0 then
out:write('\tdescription = "', granted.ActiveSkill.Description:gsub('"','\\"'):gsub('\n','\\n'), '",\n')
out:write('\tdescription = "', granted.ActiveSkill.Description:gsub('"','\\"'):gsub('\r',''):gsub('\n','\\n'), '",\n')
end
out:write('\tskillTypes = { ')
for _, type in ipairs(granted.ActiveSkill.SkillTypes) do