added notes to the detailed view

This commit is contained in:
UndeadMaelys 2022-03-22 17:23:00 +01:00
parent 46c3c0f297
commit 8c8a2cdb4b

View File

@ -33,6 +33,12 @@ return function(tbl)
print(text) print(text)
end end
print("") print("")
if this_word[6] ~= "" then
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
text = text .. colorText(COLOR.HighYellow,this_word[6])
print(text)
end
print("")
end end
end end
end end