mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
[Dec 28 2008] - Rumble
Fixed bad usage of num_of_saving_throws and moved define to structs.h. (thanks Vatiken) Added trigedit variables questdone and quest. (thanks Jamdog)
This commit is contained in:
parent
dd7c413b1f
commit
3d6783a56f
6 changed files with 35 additions and 5 deletions
|
|
@ -427,6 +427,9 @@
|
|||
/** Total number of applies */
|
||||
#define NUM_APPLIES 25
|
||||
|
||||
/* Equals the total number of SAVING_* defines in spells.h */
|
||||
#define NUM_OF_SAVING_THROWS 5
|
||||
|
||||
/* Container flags - value[1] */
|
||||
#define CONT_CLOSEABLE (1 << 0) /**< Container can be closed */
|
||||
#define CONT_PICKPROOF (1 << 1) /**< Container is pickproof */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue