summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-11 16:41:10 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:34:05 -0400
commit16b496fb2919fe1aa9923fed4653cfcc7b6c2f4b (patch)
tree8b6544b2bb2165243da23e58c8ee1fef8cab9782 /crawl-ref/source/enum.h
parent8cb171325177e01f64fa4477e967cad611ddfb83 (diff)
downloadcrawl-ref-16b496fb2919fe1aa9923fed4653cfcc7b6c2f4b.tar.gz
crawl-ref-16b496fb2919fe1aa9923fed4653cfcc7b6c2f4b.zip
Rename BEAM_NAPALM to BEAM_STICKY_FLAME
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 4b4c30b0c0..b1201e6c81 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -392,7 +392,7 @@ enum beam_type // bolt::flavour
BEAM_SPORE,
BEAM_POISON_ARROW,
BEAM_HELLFIRE,
- BEAM_NAPALM,
+ BEAM_STICKY_FLAME,
BEAM_STEAM,
BEAM_ENERGY,
BEAM_HOLY,