fixed nouns not being properly checked in database

This commit is contained in:
UndeadMaelys 2022-05-07 10:20:33 +02:00
parent e775b7d6a2
commit cd6deac0b4
3 changed files with 12 additions and 12 deletions

View File

@ -169,7 +169,7 @@ end
function in_dictionary(str) function in_dictionary(str)
for i=1, #words do for i=1, #words do
if words[i][1] == str then return true end if strip_symbols(words[i][1]) == str then return true end
end end
end end

@ -1 +1 @@
Subproject commit 19de5190c0876edbeb307f09b540a2c4d111b783 Subproject commit 6a40a51d6ea7cf2bc2261ae783e8e7731b3fa007

View File

@ -2862,8 +2862,8 @@ LU'NYA
<span <span
class="clickable" class="clickable"
onclick="showPopup('rila','ri','possesive')" onclick="showPopup('rila','rila')"
onmouseover="checkHover('rila','ri',this,'possesive')" onmouseover="checkHover('rila','rila',this)"
onmouseout="clearHover()"> onmouseout="clearHover()">
rila rila
</span> </span>
@ -2896,8 +2896,8 @@ LU'NYA
<span <span
class="clickable" class="clickable"
onclick="showPopup('','ri','possesive')" onclick="showPopup('','rila')"
onmouseover="checkHover('','ri',this,'possesive')" onmouseover="checkHover('','rila',this)"
onmouseout="clearHover()"> onmouseout="clearHover()">
 
</span> </span>
@ -3832,10 +3832,10 @@ mishipash
ton ton
</td> </td>
<td> <td>
??? noun
</td> </td>
<td> <td>
??? color
</td> </td>
</tr> </tr>
<tr> <tr>
@ -4162,16 +4162,16 @@ he, she, they, it
</tr> </tr>
<tr> <tr>
<td> <td>
</td> </td>
<td> <td>
ri ri.la
</td> </td>
<td> <td>
modifier noun
</td> </td>
<td> <td>
sharp horns
</td> </td>
</tr> </tr>
<tr> <tr>