summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:50:20 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:50:20 +0000
commita4e12b931bb08f5d6fc4e61508bf87623941b4be (patch)
tree98f50468a387ef6d2edd638803feb212001bdf00 /crawl-ref/source/enum.h
parent97720dfdecf3a5a3063f7d833b670d309014cd0a (diff)
downloadcrawl-ref-a4e12b931bb08f5d6fc4e61508bf87623941b4be.tar.gz
crawl-ref-a4e12b931bb08f5d6fc4e61508bf87623941b4be.zip
Use "!Q" inscription to force a prompt before quivering an item instead of
"!f". Update docs on addition of "!Q", on "!z" changing to "!Z" and "!E" changing to "!v", and on "=f" preventing an item from being auto-quivered. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6163 c06c8d41-db1a-0410-9941-cceddc491573
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
};