2,788
edits
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
for _, v in ipairs(inflection_params) do | for _, v in ipairs(inflection_params) do | ||
local inflection = p[v.param] | local inflection = p[v.param] | ||
if | if inflection["maxindex"] < 1 then | ||
inflection = export.attempt_auto_inflection(v, p, term) | inflection = {export.attempt_auto_inflection(v, p, term)} | ||
end | end | ||
if inflection[1] ~= "-" then | if inflection[1] ~= "-" then |