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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1bcc8e7a0e..4c19fd10f4 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1221,7 +1221,10 @@ enum enchant_type
ENCH_CREATED_FRIENDLY, // no longer used
ENCH_SLEEP_WARY,
ENCH_SUBMERGED, // 73 (includes air elementals in air)
- ENCH_SHORT_LIVED, // 74 for ball lightning
+ ENCH_SHORT_LIVED, // 74 for ball lightning
+
+ ENCH_PARALYSIS,
+
NUM_ENCHANTMENTS
};