diff --git a/init.lua b/init.lua index f1fb8ef..bad0479 100644 --- a/init.lua +++ b/init.lua @@ -57,7 +57,7 @@ yl_speak_up.custom_server_functions = {} yl_speak_up.mob_table = {} -- the real implementation happens in interface_mobs_api.lua --- mobs.lua may need this at an earlier point +-- mob implementations may need this at an earlier point yl_speak_up.mobs_on_rightclick = function(self, clicker) if(not(yl_speak_up.do_mobs_on_rightclick)) then return false diff --git a/mod.conf b/mod.conf index 26b2cda..9742079 100644 --- a/mod.conf +++ b/mod.conf @@ -3,4 +3,4 @@ description = NPCs deliver speeches release = 202009231753 title = Yourland Speak up name = yl_speak_up -depends = mobs \ No newline at end of file +optional_depends = mobs