From 0cdf8c1f3ea2facc19815ad265905b43f335987a Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Thu, 28 Oct 2010 10:22:24 +0000 Subject: [PATCH] plop git-svn-id: http://svn.net-core.org/repos/t-engine4@1672 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/zones/telmur/zone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/zones/telmur/zone.lua b/game/modules/tome/data/zones/telmur/zone.lua index 61e63045db..e2da310620 100644 --- a/game/modules/tome/data/zones/telmur/zone.lua +++ b/game/modules/tome/data/zones/telmur/zone.lua @@ -57,7 +57,7 @@ return { }, on_enter = function(lev, old_lev, newzone) if newzone and not game.level.shown_warning then - require("engine.ui.Dialog"):simplePopup("Orthanc", "As you approch the tower you notice it is utterly destroyed, only the basement remaining.") + require("engine.ui.Dialog"):simplePopup("Telmur", "As you approch the tower you notice it is utterly destroyed, only the basement remaining.") game.level.shown_warning = true end end, -- GitLab