From 47e95a126e871932e7c762f5770550e6718fd8b1 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 1 Jul 2025 16:18:58 +0300 Subject: [PATCH] Tutorial: wrong secret door Some first time players have gotten stuck here. Give them a hint. --- dat/tut-1.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index 548fcaa7d..6c8b088a8 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -109,6 +109,8 @@ des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map des.engraving({ coord = { 10,13 }, type = "engrave", text = "Use '" .. tut_key("search") .. "' to search for secret doors", degrade = false }); +des.engraving({ coord = { 10,15 }, type = "engrave", text = "Wrong secret", degrade = false }); + -- des.engraving({ coord = { 10,10 }, type = "engrave", text = "Behind this door is a dark corridor", degrade = false });