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, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index aba77bf568..9b1f3023b0 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2192,11 +2192,12 @@ enum operation_types
OPER_READ = 'r',
OPER_MEMORISE = 'M',
OPER_ZAP = 'Z',
- OPER_EXAMINE = 'v',
+ OPER_EXAMINE = 'x',
OPER_FIRE = 'f',
OPER_PRAY = 'p',
- OPER_EVOKE = 'E',
+ OPER_EVOKE = 'v',
OPER_DESTROY = 'D',
+ OPER_QUIVER = 'Q',
OPER_ANY = 0
};