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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1663 51575b47-30f0-44d4-a5cc-537603b46e54
parent 332c0d85
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ desc = function(self, who) ...@@ -41,7 +41,7 @@ desc = function(self, who)
else else
desc[#desc+1] = "#SLATE#* You must explore the Sandworm Lair and find out what lurks there and what treasures are to be gained!#WHITE#" desc[#desc+1] = "#SLATE#* You must explore the Sandworm Lair and find out what lurks there and what treasures are to be gained!#WHITE#"
end end
if self:isCompleted("carn-dum") then if self:isCompleted("daikara") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored the Daikara and vanquished the Dragon.#WHITE#" desc[#desc+1] = "#LIGHT_GREEN#* You have explored the Daikara and vanquished the Dragon.#WHITE#"
else else
desc[#desc+1] = "#SLATE#* You must explore the Daikara and find out what lurks there and what treasures are to be gained!#WHITE#" desc[#desc+1] = "#SLATE#* You must explore the Daikara and find out what lurks there and what treasures are to be gained!#WHITE#"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
-- darkgod@te4.org -- darkgod@te4.org
return { return {
name = "Carn Dûm", name = "Daikara",
level_range = {7, 12}, level_range = {7, 12},
level_scheme = "player", level_scheme = "player",
max_level = 7, max_level = 7,
......
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