mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-30 17:07:19 +02:00
Add in quit flag and fix quit logic
This commit is contained in:
parent
32919358e4
commit
21c66a16ae
8 changed files with 141 additions and 59 deletions
|
|
@ -88,8 +88,9 @@
|
|||
#define ROOM_OLC 14 /**< (R) Modifyable/!compress */
|
||||
#define ROOM_BFS_MARK 15 /**< (R) breath-first srch mrk */
|
||||
#define ROOM_WORLDMAP 16 /**< World-map style maps here */
|
||||
#define ROOM_QUIT 17 /**< Room allows players to quit in it */
|
||||
/** The total number of Room Flags */
|
||||
#define NUM_ROOM_FLAGS 17
|
||||
#define NUM_ROOM_FLAGS 18
|
||||
|
||||
/* Zone info: Used in zone_data.zone_flags */
|
||||
#define ZONE_CLOSED 0 /**< Zone is closed - players cannot enter */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue