From 588dc6b73f71c3e4abd5083480db046c8ec5c63a Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 10 Jul 2025 13:40:04 +0300 Subject: [PATCH] Tutorial: quaffing potions --- dat/tut-1.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index f57f9119e..8640f3ad5 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -321,6 +321,11 @@ des.engraving({ coord = { 55,2 }, type = "engrave", text = "Read the spellbook w des.engraving({ coord = { 53,2 }, type = "engrave", text = "Use '" .. tut_key("cast") .. "' to cast a spell", degrade = false }); des.region(selection.area(53,01, 59, 3), "unlit"); +-- + +des.engraving({ coord = { 72,2 }, type = "engrave", text = "You \"quaff\" potions with '" .. tut_key("quaff") .. "'", degrade = false }); +des.object({ coord = { 72,2 }, id = "potion of object detection", buc = "blessed" }); + ----------------