summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-11 16:47:02 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:34:05 -0400
commit0cb07d783848ae4608a5e2f81d646d70867a75c4 (patch)
treed84efc49e4726762e82ab198fd37405d727ea588 /crawl-ref/source/describe.cc
parent16b496fb2919fe1aa9923fed4653cfcc7b6c2f4b (diff)
downloadcrawl-ref-0cb07d783848ae4608a5e2f81d646d70867a75c4.tar.gz
crawl-ref-0cb07d783848ae4608a5e2f81d646d70867a75c4.zip
Rename AF_NAPALM to AF_STICKY_FLAME
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index ba58a13ce2..006ea86833 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3121,7 +3121,7 @@ static const char* _describe_attack_flavour(attack_flavour flavour)
case AF_KLOWN: return "cause random powerful effects";
case AF_DISTORT: return "cause wild translocation effects";
case AF_RAGE: return "cause berserking";
- case AF_NAPALM: return "apply sticky flame";
+ case AF_STICKY_FLAME: return "apply sticky flame";
case AF_CHAOS: return "cause unpredictable effects";
case AF_STEAL: return "steal items";
case AF_CRUSH: return "constrict";