From 659fc2feb32f4436f6e83f05bb7f7c78ef8a5b66 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 22 Apr 2023 12:17:12 +0300 Subject: [PATCH] Tutorial: travel --- dat/tut-1.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index c284b9f49..af5db7aeb 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -196,7 +196,13 @@ des.engraving({ coord = { 45,6 }, type = "engrave", text = "Magic wands are used -- -des.engraving({ coord = { 36,9 }, type = "engrave", text = "You can run by prefixing a movement key with '" .. nh.eckey("run") .. "'", degrade = false }); +des.door({ coord = { 35,9 }, state = "nodoor" }); +des.engraving({ coord = { 34,9 }, type = "engrave", text = "You can run by prefixing a movement key with '" .. nh.eckey("run") .. "'", degrade = false }); + +-- + +des.door({ coord = { 33,16 }, state = "nodoor" }); +des.engraving({ coord = { 35,15 }, type = "engrave", text = "Travel across the level with '" .. nh.eckey("travel") .. "'", degrade = false }); --