summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 06:26:05 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 06:26:05 +0000
commit9feec84530f6d3fed659a992a58147e06257c00d (patch)
tree596522975445ee218c0349bdc46c2f39907a99dc /crawl-ref/source
parente320e6ae2fdaad35331fcd4a610d1d5fb61b600e (diff)
downloadcrawl-ref-9feec84530f6d3fed659a992a58147e06257c00d.tar.gz
crawl-ref-9feec84530f6d3fed659a992a58147e06257c00d.zip
[1885013] Launchers of flame create bolts of "flame", not "fire".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3390 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-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 e824f87ca4..192d625c96 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -840,7 +840,7 @@ static std::string describe_weapon( const item_def &item, bool verbose)
break;
case SPWPN_FLAME:
description += "It turns projectiles fired from it into "
- "bolts of fire. ";
+ "bolts of flame. ";
break;
case SPWPN_FROST:
description += "It turns projectiles fired from it into "