Defines | |
| #define | MAPFLAG_NORANDMONST 1 |
| No monsters are generated on this level. | |
| #define | MAPFLAG_OUTSIDE 4 |
| This is an outdoor area. | |
| #define | MAPFLAG_NOMONST 8 |
| Monsters may not this level (no pets). | |
| #define | MAPFLAG_NOTELEPORT 16 |
| Teleporting doesn't work here. | |
| #define | MAPFLAG_EASYDIGGING 32 |
| The walls here can be dug in easily. | |
|
|
The walls here can be dug in easily.
|
|
|
Monsters may not this level (no pets).
Definition at line 95 of file map.h. Referenced by follow_connection(). |
|
|
No monsters are generated on this level.
Definition at line 91 of file map.h. Referenced by timepass(). |
|
|
Teleporting doesn't work here.
|
|
|
This is an outdoor area.
Definition at line 93 of file map.h. Referenced by follow_connection(). |
1.3.6