Skip to content
Snippets Groups Projects
Commit bf884538 authored by dg's avatar dg
Browse files

cant get ambushed twice

git-svn-id: http://svn.net-core.org/repos/t-engine4@716 51575b47-30f0-44d4-a5cc-537603b46e54
parent d33303b9
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ return {
on_leave = function(lev, old_lev, newzone)
if not newzone then return end
-- Ambushed!
if game.player:isQuestStatus("staff-absorption", engine.Quest.PENDING) then
if game.player:isQuestStatus("staff-absorption", engine.Quest.PENDING) and not game.player:isQuestStatus("staff-absorption", engine.Quest.COMPLETED, "ambush") then
return 1, "tol-falas-ambush"
end
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment