more quieting of Qt6 build warnings
[NetHack.git] / dat / Pri-fila.lua
blobc65683cf120a60191e75541767f80e699a6d36e0
1 -- NetHack Priest Pri-fila.lua $NHDT-Date: 1652196008 2022/05/10 15:20:08 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1 $
2 -- Copyright (c) 1989 by Jean-Christophe Collet
3 -- Copyright (c) 1991-2 by M. Stephenson
4 -- NetHack may be freely redistributed. See license for details.
5 --
6 --
7 des.room({ type = "ordinary",
8 contents = function()
9 des.stair("up")
10 des.object()
11 des.monster("human zombie")
12 end
15 des.room({ type = "ordinary",
16 contents = function()
17 des.object()
18 des.object()
19 end
22 des.room({ type = "ordinary",
23 contents = function()
24 des.object()
25 des.trap()
26 des.object()
27 des.monster("human zombie")
28 end
31 des.room({ type = "morgue",
32 contents = function()
33 des.stair("down")
34 des.object()
35 des.trap()
36 end
39 des.room({ type = "ordinary",
40 contents = function()
41 des.object()
42 des.object()
43 des.trap()
44 des.monster("wraith")
45 end
48 des.room({ type = "morgue",
49 contents = function()
50 des.object()
51 des.trap()
52 end
55 des.random_corridors()