mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Added autodoor and autokey toggles, and all auto toggle commands
This commit is contained in:
parent
13d58bc333
commit
85ea93c818
7 changed files with 152 additions and 42 deletions
|
|
@ -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") */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue