summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 875c86b8c0..892922e4ac 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -19,6 +19,8 @@
#include "externs.h"
#include "enum.h"
+// If you add any more description types, remember to also
+// change item_description in externs.h
enum item_description_type
{
IDESC_WANDS = 0,
@@ -26,6 +28,7 @@ enum item_description_type
IDESC_SCROLLS, // special field (like the others)
IDESC_RINGS,
IDESC_SCROLLS_II,
+ IDESC_STAVES,
NUM_IDESC
};