From b73581b7451cf152a3523238d898b08734bcbd12 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 5 Dec 2024 15:42:15 +0200 Subject: [PATCH] Looking around the map in tutorial --- dat/tut-1.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index 06b676117..2136056bc 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -103,7 +103,7 @@ des.door({ coord = { 5,10 }, state = "locked" }); tut_key_help(6, 8); -des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map with '" .. tut_key("glance") .. "'", degrade = false }); +des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map with '" .. tut_key("glance") .. "', press ESC when you're done", degrade = false }); --