added 2 moods
This commit is contained in:
@@ -201,6 +201,8 @@ function revert_verbs(str, tbl)
|
||||
str, tbl = find_n_replace(str, tbl,"kudash","ku","imperative-mood")
|
||||
str, tbl = find_n_replace(str, tbl,"kubash","ku","shy-mood")
|
||||
str, tbl = find_n_replace(str, tbl,"kutash","ku","threat-mood")
|
||||
str, tbl = find_n_replace(str, tbl,"kushu","ku","comfy-mood")
|
||||
str, tbl = find_n_replace(str, tbl,"kuha","ku","excited-mood")
|
||||
str, tbl = find_n_replace(str, tbl,"faku","ku","negated")
|
||||
return str, tbl
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user