mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-31 01:17:20 +02:00
Listen update
This commit is contained in:
parent
7a23aba72d
commit
4d9fa5771e
9 changed files with 380 additions and 11 deletions
|
|
@ -301,8 +301,9 @@
|
|||
#define AFF_SCAN 21 /**< Actively scanning for hidden threats */
|
||||
#define AFF_CHARM 22 /**< Char is charmed */
|
||||
#define AFF_BANDAGED 23 /**< Character was bandaged recently */
|
||||
#define AFF_LISTEN 24 /**< Actively eavesdropping */
|
||||
/** Total number of affect flags */
|
||||
#define NUM_AFF_FLAGS 24
|
||||
#define NUM_AFF_FLAGS 25
|
||||
|
||||
/* Modes of connectedness: used by descriptor_data.state */
|
||||
#define CON_PLAYING 0 /**< Playing - Nominal state */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue