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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3308 51575b47-30f0-44d4-a5cc-537603b46e54
parent a45978fd
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,13 @@
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
name = "Madness of the ages"
name = "Madness of the Ages"
desc = function(self, who)
local desc = {}
desc[#desc+1] = "The Thaloren forest is disrupted, corruption is spreading. Norgos the guardian bear is said to have gone mad.\n"
desc[#desc+1] = "On the western border of the forest a gloomy aura has been setup, things inside are... twisted.\n"
if self:isCompleted("norgos") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored norgos lair and put it at rest.#WHITE#"
desc[#desc+1] = "#LIGHT_GREEN#* You have explored Norgos' Lair and put it at rest.#WHITE#"
else
desc[#desc+1] = "#SLATE#* You must explore norgos lair.#WHITE#"
end
......
......@@ -66,7 +66,6 @@ newEntity{ define_as = "SHADE",
on_die = function(self, who)
game.state:activateBackupGuardian("KOR_FURY", 3, 35, ".. yes I tell you! The old ruins of Kor'Pul are still haunted!")
game.player:resolveSource():grantQuest("start-allied")
game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "kor-pul")
end,
}
......
......@@ -76,7 +76,6 @@ newEntity{ define_as = "TROLL_PROX",
on_die = function(self, who)
game.state:activateBackupGuardian("ALUIN", 2, 35, "... and we thought the trollmire was safer now!")
game.player:resolveSource():grantQuest("start-allied")
game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "trollmire")
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