added better hint as to where to add trades

This commit is contained in:
Sokomine 2021-06-02 01:02:22 +02:00
parent 26fb546bf7
commit ae5107b1ea

View File

@ -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. ".. 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 ".. "This is used for adding trade items, getting collected payments and managing "..
"quest items.]") "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 -- chat option: Mute/Unmute NPC
h = h + 1 h = h + 1