chchanged badge colors, added more badges types, handled formal1 and formal2 separately

This commit is contained in:
UndeadMaelys
2022-05-06 16:55:40 +02:00
parent 6d7ae9cefd
commit cb09f7235d
3 changed files with 169 additions and 126 deletions

View File

@@ -189,8 +189,8 @@ function revert_nouns(str, tbl)
str, tbl = check_morphemes(str,tbl,"lan","","genitive")
str, tbl = check_morphemes(str,tbl,"la","","possesive")
str, tbl = check_morphemes(str,tbl,"n","","plural")
str, tbl = check_morphemes(str,tbl,"lfur","","formal")
str, tbl = check_morphemes(str,tbl,"lafura","","formal")
str, tbl = check_morphemes(str,tbl,"lfur","","formal1")
str, tbl = check_morphemes(str,tbl,"lafura","","formal2")
return str, tbl
end