Added autodoor and autokey toggles, and all auto toggle commands
This commit is contained in:
@@ -250,8 +250,10 @@
|
||||
#define PRF_AUTOSAC 29 /**< Sacrifice a corpse */
|
||||
#define PRF_AUTOASSIST 30 /**< Auto-assist toggle */
|
||||
#define PRF_AUTOMAP 31 /**< Show map at the side of room descs */
|
||||
#define PRF_AUTOKEY 32 /**< Automatically unlock locked doors when opening */
|
||||
#define PRF_AUTODOOR 33 /**< Use the next available door */
|
||||
/** Total number of available PRF flags */
|
||||
#define NUM_PRF_FLAGS 32
|
||||
#define NUM_PRF_FLAGS 34
|
||||
|
||||
/* Affect bits: used in char_data.char_specials.saved.affected_by */
|
||||
/* WARNING: In the world files, NEVER set the bits marked "R" ("Reserved") */
|
||||
|
||||
Reference in New Issue
Block a user