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

Siding with the grand corruptor now has an impact on endgame text

git-svn-id: http://svn.net-core.org/repos/t-engine4@3067 51575b47-30f0-44d4-a5cc-537603b46e54
parent 32d6c0f9
No related branches found
No related tags found
No related merge requests found
......@@ -111,3 +111,12 @@ myssil_dies = function(self)
corr:doEmote("Victory is mine!", 60)
game.player:setQuestStatus(self.id, self.COMPLETED)
end
function onWin(self, who)
if not self:isStatus(self.DONE) then return end
return 10, {
"While you were in the Far East, the Grand Corruptor was busy in the Maj'Eyal.",
"With the fall of Zigur he was able to attack and take control of Elvala, the Shaloren capital city.",
"His plans however do not stop there.",
}
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