Tutorial: squeezing through small gaps

This commit is contained in:
Pasi Kallinen
2025-07-03 10:09:51 +03:00
parent 04e651ca34
commit 76de716d2d

View File

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