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

Storming the City quest will note when urkis is dead

git-svn-id: http://svn.net-core.org/repos/t-engine4@6528 51575b47-30f0-44d4-a5cc-537603b46e54
parent 519fa792
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ desc = function(self, who)
if self:isCompleted("tempest-entrance") then
desc[#desc+1] = " * You have learned the real threat comes from a rogue Archmage, a Tempest. You have been shown a secret entrance to his stronghold."
end
if self:isCompleted() then
desc[#desc+1] = " * Urkis has been dealt with. Permanently."
end
return table.concat(desc, "\n")
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