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>2007-08-02 18:45:25 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-02 18:45:25 +0000
commit606e14406ef0ae5f12dccad44b6f0f0b3433f013 (patch)
treed6be863eabf8d180145dafcc439f1753222966b0 /crawl-ref/source/enum.h
parent84a922b5d5d8ca1d70f1ecc74d489e34b7ef4b80 (diff)
downloadcrawl-ref-606e14406ef0ae5f12dccad44b6f0f0b3433f013.tar.gz
crawl-ref-606e14406ef0ae5f12dccad44b6f0f0b3433f013.zip
Restrictions during bat form. Disallowed a number of actions.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1958 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 b910b82f95..d9ed05cb3c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -469,6 +469,7 @@ enum canned_message_type
MSG_NOTHING_HAPPENS,
MSG_YOU_RESIST,
MSG_TOO_BERSERK,
+ MSG_PRESENT_FORM,
MSG_NOTHING_CARRIED,
MSG_CANNOT_DO_YET,
MSG_OK,