diff --git a/functions.lua b/functions.lua index c97401a..f9d2111 100644 --- a/functions.lua +++ b/functions.lua @@ -1508,7 +1508,8 @@ yl_speak_up.get_fs_talkdialog = function(player, n_id, d_id) table.insert(formspec, "tooltip[show_inventory;Access and manage the inventory of the NPC. ".. "This is used for adding trade items, getting collected payments and managing ".. "quest items.]") - table.insert(formspec, "label[0.7,"..(h+0.45)..";I am your owner. Show me your inventory!]") + table.insert(formspec, "label[0.7,"..(h+0.45)..";I am your owner. Show me your inventory! ".. + "If you're lucky, I might add some trades.]") -- chat option: Mute/Unmute NPC h = h + 1