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

Added a warning to the portal to Mount Doom in Eruan that mount doom is a very...

Added a warning to the portal to Mount Doom in Eruan that mount doom is a very fiery and dangerous place


git-svn-id: http://svn.net-core.org/repos/t-engine4@1218 51575b47-30f0-44d4-a5cc-537603b46e54
parent b6980694
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ function _M:setupCommands() ...@@ -541,7 +541,7 @@ function _M:setupCommands()
end, end,
[{"_g","ctrl"}] = function() [{"_g","ctrl"}] = function()
if config.settings.tome.cheat then if config.settings.tome.cheat then
self:changeLevel(1, "rak-shor-pride") self:changeLevel(1, "slime-tunnels")
-- self.player:grantQuest("master-jeweler") -- self.player:grantQuest("master-jeweler")
end end
end, end,
......
...@@ -31,7 +31,7 @@ newEntity{ ...@@ -31,7 +31,7 @@ newEntity{
always_remember = true, always_remember = true,
show_tooltip = true, show_tooltip = true,
desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way. desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
This one seems to go to the west, to Mount Doom, in the land of Mordor...]], This one seems to go to the west, to Mount Doom, in the land of Mordor. A fiery volcano that can only spell death...]],
orb_portal = { orb_portal = {
change_level = 1, change_level = 1,
......
...@@ -47,6 +47,10 @@ return { ...@@ -47,6 +47,10 @@ return {
class = "engine.generator.trap.Random", class = "engine.generator.trap.Random",
nb_trap = {6, 9}, nb_trap = {6, 9},
}, },
object = {
class = "engine.generator.object.Random",
nb_trap = {0, 0},
},
}, },
post_process = function(level) post_process = function(level)
......
...@@ -43,6 +43,10 @@ return { ...@@ -43,6 +43,10 @@ return {
class = "engine.generator.trap.Random", class = "engine.generator.trap.Random",
nb_trap = {0, 0}, nb_trap = {0, 0},
}, },
object = {
class = "engine.generator.object.Random",
nb_trap = {4, 10},
},
}, },
levels = levels =
{ {
......
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