diff --git a/game/modules/tome/data/quests/start-yeek.lua b/game/modules/tome/data/quests/start-yeek.lua index 3ea91abce02c930de27f21a9746659e94d11db62..466b5808f691fb388abfa717033a9fe93b73b7b1 100644 --- a/game/modules/tome/data/quests/start-yeek.lua +++ b/game/modules/tome/data/quests/start-yeek.lua @@ -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.")