From e5bd185ab5abac9dd3c9f7f2f43f20646612aa07 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 10 Jul 2025 13:48:16 +0300 Subject: [PATCH] Tutorial: untrapping traps --- dat/tut-1.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index 8640f3ad5..b30e4edb2 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -133,6 +133,9 @@ for i = 1, 4 do coord = locs[i], victim = false }); end +des.engraving({ coord = { 15,15 }, type = "engrave", text = "Some traps can be disabled with '" .. tut_key("untrap") .. "'", degrade = false }); +des.trap({ coord = { 15,16 }, type = "web", spider_on_web = false }); + -- des.door({ coord = { 18,13 }, state = "closed" });