Tutorial: add farlooking

This commit is contained in:
Pasi Kallinen
2024-05-20 17:51:56 +03:00
parent d0bc457279
commit 38a5dac08c

View File

@@ -72,6 +72,8 @@ des.trap({ type = "magic portal", coord = { 4,4 }, seen = true });
des.engraving({ coord = { 5,9 }, type = "engrave", text = "This door is locked. Kick it with '" .. nh.eckey("kick") .. "'", degrade = false });
des.door({ coord = { 5,10 }, state = "locked" });
des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map with '" .. nh.eckey("glance") .. "'", degrade = false });
--
des.engraving({ coord = { 10,13 }, type = "engrave", text = "Use '" .. nh.eckey("search") .. "' to search for secret doors", degrade = false });