From 76de716d2d28a909c62bc6854285ba61abcfa340 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 3 Jul 2025 10:09:51 +0300 Subject: [PATCH] Tutorial: squeezing through small gaps --- dat/tut-1.lua | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dat/tut-1.lua b/dat/tut-1.lua index 6c8b088a8..22ae97c16 100644 --- a/dat/tut-1.lua +++ b/dat/tut-1.lua @@ -43,11 +43,11 @@ des.map([[ |----.-| -+- # |.....---.|######+..|.......S...|....|.....|............| |----+----.----+---.|.--|.|.|# ------------...|....|.....F............| |........|.|......|.|...F...|# ........|.....+...|....|.....|............| -|.P......-S|......|------.---# .........|.....|...|....-------............| -|..........|......+.|...|.|.S# ..--S-----.....|LLL|.......................| -|.W......---......|.|.|.|.|.|# ..|......|.....|LLL|...................|.--| -|....Z.L.S.F......|.|.|.|.---# |......+.....|...|...................|.|.| -|........|--......|...|.....|####+......|.....|...+...................|...| +|.P......-S|......|------.---# .........|.....|...|....-------........----| +|..........|......+.|...|.|.S# ..--S-----.....|LLL|..................|..| | +|.W......---......|.|.|.|.|.|# ..|......|.....|LLL|..................|..--| +|....Z.L.S.F......|.|.|.|.---# |......+.....|...|..................|..|.| +|........|--......|...|.....|####+......|.....|...+..................||...| --------------------------------------------------------------------------- ]]); @@ -291,6 +291,10 @@ des.trap({ type = "magic portal", coord = { 66,2 }, seen = true }); -- +-- squeezing through small gaps + +des.engraving({ coord = { 69,12 }, type = "burn", text = "Can't get through? You're carrying too much.", degrade = false }); + -- try to squeeze over boulders, find a trap door des.object({ id = "boulder", coord = {71,16} });