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} });