more quieting of Qt6 build warnings
[NetHack.git] / dat / bigrm-9.lua
blobe4654361944ce3012e6397ed7eb6e65a2d72fb6c
1 -- NetHack bigroom bigrm-9.lua $NHDT-Date: 1652196023 2022/05/10 15:20:23 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1 $
2 -- Copyright (c) 1989 by Jean-Christophe Collet
3 -- Copyright (c) 1990 by M. Stephenson
4 -- NetHack may be freely redistributed. See license for details.
5 --
6 des.level_init({ style = "solidfill", fg = " " });
7 des.level_flags("mazelevel", "noflip");
9 des.map([[
10 }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
11 }}}}}}}}}}}}}}}}}}}}}}}}}}}}}................}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
12 }}}}}}}}}}}}}}}}}}}}}................................}}}}}}}}}}}}}}}}}}}}}
13 }}}}}}}}}}}}}}}............................................}}}}}}}}}}}}}}}
14 }}}}}}}}}}......................................................}}}}}}}}}}
15 }}}}}}}............................................................}}}}}}}
16 }}}}}.......................LLLLLLLLLLLLLLLLLL.......................}}}}}
17 }}}....................LLLLLLLLLLLLLLLLLLLLLLLLLLL.....................}}}
18 }....................LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL....................}
19 }....................LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL....................}
20 }....................LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL....................}
21 }}}....................LLLLLLLLLLLLLLLLLLLLLLLLLLL.....................}}}
22 }}}}}.......................LLLLLLLLLLLLLLLLLL.......................}}}}}
23 }}}}}}}............................................................}}}}}}}
24 }}}}}}}}}}......................................................}}}}}}}}}}
25 }}}}}}}}}}}}}}}............................................}}}}}}}}}}}}}}}
26 }}}}}}}}}}}}}}}}}}}}}................................}}}}}}}}}}}}}}}}}}}}}
27 }}}}}}}}}}}}}}}}}}}}}}}}}}}}}................}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
28 }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
29 ]]);
31 -- Unlit, except 3 mapgrids around the "pupil"
32 des.region(selection.area(00,00,73,18),"unlit");
33 des.region(selection.area(26,04,47,14),"lit");
34 des.region(selection.area(21,05,51,13),"lit");
35 des.region(selection.area(19,06,54,12),"lit");
37 des.stair("up");
38 des.stair("down");
40 des.non_diggable();
42 for i = 1,15 do
43 des.object();
44 end
46 for i = 1,6 do
47 des.trap();
48 end
50 for i = 1,28 do
51 des.monster();
52 end