diff --git a/fs_edit_actions.lua b/fs_edit_actions.lua index 97e98fd..428f27b 100644 --- a/fs_edit_actions.lua +++ b/fs_edit_actions.lua @@ -211,7 +211,6 @@ yl_speak_up.execute_next_action = function(player, a_id, result_of_a_id) yl_speak_up.debug_msg(player, n_id, o_id, "All actions have been executed successfully. ".. "Doing effects/results now.") -- execute all effects/results - local effects = dialog.n_dialogs[d_id].d_options[o_id].o_results local res = yl_speak_up.execute_all_relevant_effects(player, effects, o_id, true) local target_dialog = res.next_dialog yl_speak_up.speak_to[pname].o_id = nil