summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 3d3112240e..c1b90f8751 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -762,6 +762,18 @@ enum startup_book_type
SBT_RANDOM
};
+enum startup_wand_type
+{
+ SWT_NO_SELECTION = 0,
+ SWT_ENSLAVEMENT,
+ SWT_CONFUSION,
+ SWT_MAGIC_DARTS,
+ SWT_FROST,
+ SWT_FLAME,
+ SWT_STRIKING, // actually a rod
+ SWT_RANDOM
+};
+
// When adding new delays, update their names in delay.cc, or bad things will
// happen.
enum delay_type