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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 268cefcb26..96f0690059 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2894,6 +2894,10 @@ enum spell_type
SPELL_EARTH_ELEMENTALS,
SPELL_AIR_ELEMENTALS,
SPELL_SLEEP,
+ SPELL_BLINK_OTHER_CLOSER,
+ SPELL_BLINK_CLOSER,
+ SPELL_BLINK_RANGE,
+ SPELL_BLINK_AWAY,
NUM_SPELLS
};