From 9feec84530f6d3fed659a992a58147e06257c00d Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 3 Feb 2008 06:26:05 +0000 Subject: [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 --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') 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 " -- cgit v1.2.3-54-g00ecf