create trades table soon enough

This commit is contained in:
Sokomine 2021-06-06 00:19:25 +02:00
parent 6588ef4cdb
commit 830b18c2aa

View File

@ -2917,6 +2917,10 @@ function yl_speak_up.talk(self, clicker)
yl_speak_up.speak_to[pname].obj = self.object
yl_speak_up.show_fs(clicker, "talk", {n_id = n_id})
if(not(dialog.trades)) then
dialog.trades = {}
end
end
-- ###