added 2 moods

This commit is contained in:
Bizcochito 2022-05-07 20:38:33 +02:00
parent f620bcf1f0
commit ee20f99f9c
2 changed files with 3 additions and 1 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 19de5190c0876edbeb307f09b540a2c4d111b783
Subproject commit cc8e904dcbfc916ebffa2cef029d82cd41592a47