summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 12:42:24 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 14:35:31 +0100
commitd5ddd96f65dede81ef179ad85493af9f61ec54f9 (patch)
tree218500f1bf8c8437559424c6cae440cec5ccc880 /crawl-ref/source/enum.h
parent72963a0451270cf9a656291d67a990f97f1cb1df (diff)
downloadcrawl-ref-d5ddd96f65dede81ef179ad85493af9f61ec54f9.tar.gz
crawl-ref-d5ddd96f65dede81ef179ad85493af9f61ec54f9.zip
New enchantment beam flavour BEAM_BLINK_CLOSER.
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 96f0690059..d22d8fbcd3 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -242,6 +242,7 @@ enum beam_type // beam[].flavour
BEAM_DISINTEGRATION,
BEAM_ENSLAVE_DEMON,
BEAM_BLINK,
+ BEAM_BLINK_CLOSER,
BEAM_PETRIFY,
BEAM_CORONA, // 45
BEAM_PORKALATOR,