summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 00:14:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 00:14:23 +0000
commit4d81ea545619a0db358be8feb2c3389e37f863cc (patch)
treef83c2a365de98e3fb168a719fe93c99f34d853e8 /crawl-ref
parent883a805b84b6910eff4a32bfef70ca6337bedc99 (diff)
downloadcrawl-ref-4d81ea545619a0db358be8feb2c3389e37f863cc.tar.gz
crawl-ref-4d81ea545619a0db358be8feb2c3389e37f863cc.zip
Fix the value of BEAM_LAST_ENCHANTMENT.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7416 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index eae45831d2..6a2f7b7642 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -226,7 +226,7 @@ enum beam_type // beam[].flavour
BEAM_PETRIFY,
BEAM_BACKLIGHT,
BEAM_SLEEP,
- BEAM_LAST_ENCHANTMENT = BEAM_PETRIFY,
+ BEAM_LAST_ENCHANTMENT = BEAM_SLEEP,
// new beams for evaporate
BEAM_POTION_STINKING_CLOUD,