10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) (Added passive preset) |
||
Line 835: | Line 835: | ||
args['epst'] = root .. "ý" | args['epst'] = root .. "ý" | ||
args['rpst'] = root .. "ýr" | args['rpst'] = root .. "ýr" | ||
elseif args[2] == "r" then -- passive-only verbs | |||
table_type = "pass" | |||
args[1] = root .. "r" | |||
args[2] = root .. "r" | |||
args[3] = root .. "r" | |||
args[4] = root .. "r" | |||
args[5] = root .. "r" | |||
args[6] = root .. "r" | |||
args[7] = root .. "r" | |||
else error("Invalid preset") | else error("Invalid preset") | ||
end | end |