This commit is contained in:
Christopher Monsanto
2020-04-13 02:15:25 -04:00
parent e7dfbfccb9
commit df7a034099

View File

@@ -32,7 +32,7 @@ function toPSSpriteID(name)
if info.forme == 'Female' then
info.forme = 'F'
end
result = result .. "-" ..toPSID(info.forme)
result = result .. "-" .. toPSID(info.forme)
end
return result
end