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

Inverted the list of zones in the first quest, by special request of Zonk !

git-svn-id: http://svn.net-core.org/repos/t-engine4@2154 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2a00cd3c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
-- Engine Version
engine.version = {0,9,16,"te4",8}
engine.version = {0,9,17,"te4",8}
engine.require_c_core = engine.version[5]
engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3])
......
......@@ -23,8 +23,8 @@ short_name = "boot"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/"
is_boot = true
version = {0,9,16}
engine = {0,9,16,"te4"}
version = {0,9,17}
engine = {0,9,17,"te4"}
description = [[
Bootmenu!
]]
......
......@@ -23,7 +23,7 @@ short_name = "angband"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:angband"
version = {1,0,0}
engine = {0,9,16,"te4"}
engine = {0,9,17,"te4"}
description = [[
This is a port of Angband to T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "example"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,16,"te4"}
engine = {0,9,17,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "example_realtime"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,16,"te4"}
engine = {0,9,17,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -22,16 +22,16 @@ name = "Of trolls and damp caves"
desc = function(self, who)
local desc = {}
desc[#desc+1] = "Explore the caves below the ruins of Kor'Pul and the Trollmire in search of treasure and glory!\n"
if self:isCompleted("kor-pul") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored the ruins of Kor'Pul and vanquished the Shade.#WHITE#"
else
desc[#desc+1] = "#SLATE#* You must explore the ruins of Kor'Pul and find out what lurks there and what treasures are to be gained!#WHITE#"
end
if self:isCompleted("trollmire") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored the Trollmire and vanquished the Bill the Troll.#WHITE#"
else
desc[#desc+1] = "#SLATE#* You must explore the Trollmire and find out what lurks there and what treasures are to be gained!#WHITE#"
end
if self:isCompleted("kor-pul") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored the ruins of Kor'Pul and vanquished the Shade.#WHITE#"
else
desc[#desc+1] = "#SLATE#* You must explore the ruins of Kor'Pul and find out what lurks there and what treasures are to be gained!#WHITE#"
end
return table.concat(desc, "\n")
end
......
......@@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy"
short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://tome.te4.org/"
version = {3,9,16}
engine = {0,9,16,"te4"}
version = {3,9,17}
engine = {0,9,17,"te4"}
description = [[
Welcome to Maj'Eyal.
......
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