actually added the new files to init.lua

This commit is contained in:
Sokomine 2024-02-10 00:28:42 +01:00
parent cb0869f53c
commit 61d2fc1679

View File

@ -178,6 +178,12 @@ yl_speak_up.reload = function(modpath, log_entry)
-- execute preconditions, actions and effects
dofile(modpath .. "exec_eval_preconditions.lua")
dofile(modpath .. "exec_actions.lua")
-- the formspecs for the actions:
dofile(modpath .. "fs/fs_action_npc_wants.lua")
dofile(modpath .. "fs/fs_action_npc_gives.lua")
dofile(modpath .. "fs/fs_action_text_input.lua")
dofile(modpath .. "fs/fs_action_evaluate.lua")
-- execute and apply effects:
dofile(modpath .. "exec_apply_effects.lua")
-- some helper functions for formatting text for a formspec talbe
-- TODO dofile(modpath .. "print_as_table.lua")