summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-04 19:53:09 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-04 19:53:09 +0000
commit8080c40c74b2c963470456010ba1b256f3c6f6c6 (patch)
treefca768ba3be59e577c5072c80ef2045e3ae5d84d /crawl-ref/source/enum.h
parent3a788f6705485ce09e262e7789050d86ef635451 (diff)
downloadcrawl-ref-8080c40c74b2c963470456010ba1b256f3c6f6c6.tar.gz
crawl-ref-8080c40c74b2c963470456010ba1b256f3c6f6c6.zip
* Implement 2831014: !a inscription prompts when attempting to attack
with this wielded item. As usual, once you answer yes you won't be prompted again until you switch weapons. * Nonmoving monsters shouldn't flounder and "splash around" in shallow water. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10490 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 15029f6f2c..fd323df555 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2415,6 +2415,7 @@ enum operation_types
OPER_EVOKE = 'v',
OPER_DESTROY = 'D',
OPER_QUIVER = 'Q',
+ OPER_ATTACK = 'a',
OPER_ANY = 0
};