adjusted the move of api_quest_steps.lua in init.lua and editor/

This commit is contained in:
Sokomine 2024-02-10 19:52:18 +01:00
parent 6450417637
commit 0a3764fe84
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ yl_speak_up.add_to_command_help_text = yl_speak_up.add_to_command_help_text..
-- GUI for adding/editing quests
dofile(modpath .. "fs/fs_manage_quests.lua")
-- -- GUI for adding/editing quest steps for the quests
-- dofile(modpath .. "api/api_quest_steps.lua")
dofile(modpath .. "api/api_quest_steps.lua")
dofile(modpath .. "fs/fs_manage_quest_steps.lua")
-- used by the above
dofile(modpath .. "fs/fs_add_quest_steps.lua")

View File

@ -236,8 +236,8 @@ yl_speak_up.reload = function(modpath, log_entry)
dofile(modpath .. "quest_api.lua")
-- -- GUI for adding/editing quests
-- TODO dofile(modpath .. "fs/fs_manage_quests.lua")
-- GUI for adding/editing quest steps for the quests
dofile(modpath .. "api/api_quest_steps.lua")
-- -- GUI for adding/editing quest steps for the quests
-- TODO dofile(modpath .. "api/api_quest_steps.lua")
-- TODO dofile(modpath .. "fs/fs_manage_quest_steps.lua")
-- -- used by the above
-- TODO dofile(modpath .. "fs/fs_add_quest_steps.lua")