Tutorial: add yet another hidden portal

This commit is contained in:
Pasi Kallinen
2023-03-18 16:53:26 +02:00
parent 2a7be0b050
commit c4265fb80c

View File

@@ -163,6 +163,8 @@ des.monster({ id = "yellow mold", coord = { 26,2 }, waiting = true, countbirth =
des.engraving({ coord = { 25,5 }, type = "engrave", text = "Throw items with '" .. nh.eckey("throw") .. "'", degrade = false });
des.trap({ type = "magic portal", coord = { 21,1 }, seen = true });
--
des.monster({ id = "wolf", coord = { 29,2 }, peaceful = 0, waiting = true, countbirth = false });