mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-11-22 23:17:59 +01:00
do not offer the quest step itself as dependency
This commit is contained in:
parent
030f75be15
commit
fd525a950f
@ -399,6 +399,9 @@ yl_speak_up.get_fs_add_quest_steps = function(player, param)
|
|||||||
not_available[s] = true
|
not_available[s] = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
if(current_step) then
|
||||||
|
not_available[current_step] = true
|
||||||
|
end
|
||||||
-- build a list of candidates
|
-- build a list of candidates
|
||||||
local available_steps = {}
|
local available_steps = {}
|
||||||
for k, v in pairs(step_data) do
|
for k, v in pairs(step_data) do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user