Skip to content
Snippets Groups Projects
Commit 032fda0e authored by DarkGod's avatar DarkGod
Browse files

The way out of the yeek islands now opens after the first zone done

parent 8d693e56
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
name = "Following The Way"
desc = function(self, who)
local desc = {}
desc[#desc+1] = "You have been tasked to remove two threats to the yeeks.\n"
desc[#desc+1] = "You have been tasked to remove at leastg one of the threats to the yeeks.\n"
desc[#desc+1] = "Protect the Way, and vanquish your foes.\n"
if self:isCompleted("murgol") then
if self:isCompleted("murgol-invaded") then
......@@ -41,7 +41,7 @@ end
on_status_change = function(self, who, status, sub)
if sub then
if self:isCompleted("ritch") and self:isCompleted("murgol") then
if self:isCompleted("ritch") or self:isCompleted("murgol") then
who:setQuestStatus(self.id, engine.Quest.DONE)
who:grantQuest("rel-tunnel")
game.logPlayer(game.player, "You should head to the tunnel to Maj'Eyal and explore the world. For the Way.")
......
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