mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-19 21:58:03 +02:00
9 lines
182 B
Lua
9 lines
182 B
Lua
|
|
yl_speak_up.add_generic_dialogs = function(dialog, n_id, player)
|
|
if(not(player)) then
|
|
return dialog
|
|
end
|
|
-- TODO: extend the dialog with generic dialog texts
|
|
return dialog
|
|
end
|