From c4265fb80cad31e35583ce5948d07d4de18dfc5d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 18 Mar 2023 16:53:26 +0200 Subject: [PATCH] Tutorial: add yet another hidden portal --- dat/tut-1.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index a4a3feb8e..964c64be2 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -163,6 +163,8 @@ des.monster({ id = "yellow mold", coord = { 26,2 }, waiting = true, countbirth = des.engraving({ coord = { 25,5 }, type = "engrave", text = "Throw items with '" .. nh.eckey("throw") .. "'", degrade = false }); +des.trap({ type = "magic portal", coord = { 21,1 }, seen = true }); + -- des.monster({ id = "wolf", coord = { 29,2 }, peaceful = 0, waiting = true, countbirth = false });