|-+-S-------------|.......................................................|
|......| |.......................................................|
|......| ###### |.......................................................|
-|----.-| -+- # |.......................................................|
-|----+----.----+---.......................................................|
-|........|.|......|.......................................................|
-|.P......-S|......|------.................................................|
-|..........|......+.|...|.................................................|
-|.W......---......|.|.|.|.................................................|
-|....Z.L.|.F......|.|.|.|+---.............................................|
+|----.-| -+- # |.....-----.............................................|
+|----+----.----+---.....|...|.............................................|
+|........|.|......|.....F...|.............................................|
+|.P......-S|......|------.---.............................................|
+|..........|......+.|...|.---.............................................|
+|.W......---......|.|.|.|.+...............................................|
+|....Z.L.|.F......|.|.|.|.---.............................................|
|........|--......|...|.....|.............................................|
---------------------------------------------------------------------------
]]);
--
-des.door({ coord = { 25,15 }, state = percent(50) and "locked" or "closed" });
-
des.engraving({ coord = { 24,16 }, type = "engrave", text = "Now you know the very basics. You can leave the tutorial via the magic portal.", degrade = false });
des.trap({ type = "magic portal", coord = { 27,16 }, seen = true });
--
-des.engraving({ coord = { 25,14 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });
+des.engraving({ coord = { 25,13 }, type = "engrave", text = "Push boulders by moving into them", degrade = false });
+des.object({ id = "boulder", coord = {25,12} });
+
+--
+
+des.door({ coord = { 26,14 }, state = "locked" });
+
+des.engraving({ coord = { 27,14 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });
--