summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-05 03:14:05 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-05 03:14:05 -0400
commit8540c5e9ecd837fadfadf96ebff76ea620a68ded (patch)
tree418190d0e9a64d86dd02d704872b3fe892c22a9d /crawl-ref/source/enum.h
parentf3d99e44229e0e0f8366f92a52ac3d4217dacdcd (diff)
downloadcrawl-ref-8540c5e9ecd837fadfadf96ebff76ea620a68ded.tar.gz
crawl-ref-8540c5e9ecd837fadfadf96ebff76ea620a68ded.zip
Rename BEAM_NUKE to BEAM_DEVASTATION
Diffstat (limited to 'crawl-ref/source/enum.h')
-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 92db92fcd7..e29389000a 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -398,7 +398,7 @@ enum beam_type // bolt::flavour
BEAM_FRAG,
BEAM_LAVA,
BEAM_ICE,
- BEAM_NUKE,
+ BEAM_DEVASTATION,
#if TAG_MAJOR_VERSION == 34
BEAM_LIGHT,
#endif