Tutorial: run prefix

This commit is contained in:
Pasi Kallinen
2023-03-28 20:30:53 +03:00
parent 5c39096fd4
commit 4194b01c17
+18 -9
View File
@@ -12,15 +12,15 @@ des.map([[
||.|.|.......|......||.|-.-----------.-.......|...........................| ||.|.|.......|......||.|-.-----------.-.......|...........................|
|-+-S---------..---.||........................|...........................| |-+-S---------..---.||........................|...........................|
|......| |.-------------------.......|...........................| |......| |.-------------------.......|...........................|
|......| ###### |.........|.........S.......|...........................| |......| ###### |.........| |..S.......|...........................|
|----.-| -+- # |.....---.|.........|.......S...........................| |----.-| -+- # |.....---.|######+..|.......S...........................|
|----+----.----+---.|.--|.|.|.........---------...........................| |----+----.----+---.|.--|.|.|# ------------...........................|
|........|.|......|.|...F...|.............................................| |........|.|......|.|...F...|# ..........................................|
|.P......-S|......|------.---.............................................| |.P......-S|......|------.---# ...........................................|
|..........|......+.|...|.|...............................................| |..........|......+.|...|.|.S# ..--------.................................|
|.W......---......|.|.|.|.|...............................................| |.W......---......|.|.|.|.|.|# ..|......|.................................|
|....Z.L.S.F......|.|.|.|.---.............................................| |....Z.L.S.F......|.|.|.|.---# |......|.................................|
|........|--......|...|.....|.............................................| |........|--......|...|.....|####+......|.................................|
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
]]); ]]);
@@ -195,6 +195,15 @@ des.engraving({ coord = { 45,6 }, type = "engrave", text = "Magic wands are used
-- --
des.engraving({ coord = { 36,9 }, type = "engrave", text = "You can run by prefixing a movement key with '" .. nh.eckey("run") .. "'", degrade = false });
--
des.trap({ type = "magic portal", coord = { 27,14 }, seen = true });
--
des.engraving({ coord = { 55,9 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false }); des.engraving({ coord = { 55,9 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });
des.trap({ type = "magic portal", coord = { 60,9 }, seen = true }); des.trap({ type = "magic portal", coord = { 60,9 }, seen = true });