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, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 61c7ba0de2..b22d747567 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -113,8 +113,9 @@ enum ability_type
ABIL_LUGONU_BEND_SPACE,
ABIL_LUGONU_SUMMON_DEMONS,
ABIL_LUGONU_ABYSS_ENTER,
+ ABIL_NEMELEX_PEEK_DECK,
+ ABIL_NEMELEX_DRAW_CARD,
ABIL_NEMELEX_TRIPLE_DRAW,
- ABIL_NEMELEX_PEEK,
ABIL_NEMELEX_STACK_DECK,
ABIL_BEOGH_SMITING,
ABIL_BEOGH_RECALL_ORCISH_FOLLOWERS,
@@ -2795,6 +2796,7 @@ enum operation_types
OPER_EXAMINE = 'v',
OPER_FIRE = 'f',
OPER_PRAY = 'p',
+ OPER_EVOKE = 'E',
OPER_ANY = 0
};