summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 12:49:40 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 12:49:40 +0000
commit3e17829c6b5d11b23fda59f0dd38b8aa88638f39 (patch)
treefe9970c069fa91ae39e05d4d7fb9d58bd969ae11 /crawl-ref/source/enum.h
parent9eff4a73889f90cea1f4d5c869205f9e127c20c5 (diff)
downloadcrawl-ref-3e17829c6b5d11b23fda59f0dd38b8aa88638f39.tar.gz
crawl-ref-3e17829c6b5d11b23fda59f0dd38b8aa88638f39.zip
The royal jelly can no longer expel lesser jellies when tormented.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6921 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9e252c7330..779123b7bf 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -260,6 +260,8 @@ enum beam_type // beam[].flavour
BEAM_POTION_PURP_SMOKE,
BEAM_POTION_RANDOM, // 55
+ BEAM_TORMENT_DAMAGE, // Pseudo-beam for damage flavour.
+
BEAM_LINE_OF_SIGHT // only used for checking monster LOS
};