10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 377: | Line 377: | ||
principle_parts["acc"] = stem_broken .. "=d" | principle_parts["acc"] = stem_broken .. "=d" | ||
end | end | ||
if ending == 'v' and stem_raised == stem then | if (ending == 'v' or ending == 'r') and stem_raised == stem then | ||
principle_parts["gen"] = stem .. "=g" | principle_parts["gen"] = stem .. "=g" | ||
elseif stem_raised ~= stem then | elseif stem_raised ~= stem then |