From b500a79309a29366b6010581a6ac744c9df41496 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 26 Mar 2011 17:31:19 +0000
Subject: [PATCH] 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
---
 game/modules/tome/data/quests/anti-antimagic.lua | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/game/modules/tome/data/quests/anti-antimagic.lua b/game/modules/tome/data/quests/anti-antimagic.lua
index 06af0001ed..9dba50aa55 100644
--- a/game/modules/tome/data/quests/anti-antimagic.lua
+++ b/game/modules/tome/data/quests/anti-antimagic.lua
@@ -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
-- 
GitLab