From 53767eeb6d2b81f4d0e395bb57e7eeab4f16e737 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Wed, 15 Sep 2010 19:06:32 +0000 Subject: [PATCH] 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 --- game/modules/tome/class/Game.lua | 2 +- game/modules/tome/data/zones/eruan/grids.lua | 2 +- game/modules/tome/data/zones/mount-doom/zone.lua | 4 ++++ game/modules/tome/data/zones/slime-tunnels/zone.lua | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index ac8a5abd7e..774c03be87 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -541,7 +541,7 @@ function _M:setupCommands() end, [{"_g","ctrl"}] = function() if config.settings.tome.cheat then - self:changeLevel(1, "rak-shor-pride") + self:changeLevel(1, "slime-tunnels") -- self.player:grantQuest("master-jeweler") end end, diff --git a/game/modules/tome/data/zones/eruan/grids.lua b/game/modules/tome/data/zones/eruan/grids.lua index cab6da50e5..d76455ca96 100644 --- a/game/modules/tome/data/zones/eruan/grids.lua +++ b/game/modules/tome/data/zones/eruan/grids.lua @@ -31,7 +31,7 @@ newEntity{ always_remember = 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. -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 = { change_level = 1, diff --git a/game/modules/tome/data/zones/mount-doom/zone.lua b/game/modules/tome/data/zones/mount-doom/zone.lua index 7c798dfd1e..b94b9deb4f 100644 --- a/game/modules/tome/data/zones/mount-doom/zone.lua +++ b/game/modules/tome/data/zones/mount-doom/zone.lua @@ -47,6 +47,10 @@ return { class = "engine.generator.trap.Random", nb_trap = {6, 9}, }, + object = { + class = "engine.generator.object.Random", + nb_trap = {0, 0}, + }, }, post_process = function(level) diff --git a/game/modules/tome/data/zones/slime-tunnels/zone.lua b/game/modules/tome/data/zones/slime-tunnels/zone.lua index 5c7ffdc082..2ab2fedcb8 100644 --- a/game/modules/tome/data/zones/slime-tunnels/zone.lua +++ b/game/modules/tome/data/zones/slime-tunnels/zone.lua @@ -43,6 +43,10 @@ return { class = "engine.generator.trap.Random", nb_trap = {0, 0}, }, + object = { + class = "engine.generator.object.Random", + nb_trap = {4, 10}, + }, }, levels = { -- GitLab