summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 11:28:19 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 11:28:19 +0000
commit7828ee2a9bdec7e8a415872780333ebc2146ebda (patch)
tree4c8a49a180ed95daf6f3a6fd055cdabc3af5ca8b /crawl-ref
parentf1e3ca24060130e0c9205de20e367bcf814896d1 (diff)
downloadcrawl-ref-7828ee2a9bdec7e8a415872780333ebc2146ebda.tar.gz
crawl-ref-7828ee2a9bdec7e8a415872780333ebc2146ebda.zip
Fixed bad grammar in highscore entry for characters killed by hellfire.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2468 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mstuff2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index aa6adb931a..a8561d17bb 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -2027,6 +2027,7 @@ bolt mons_spells( int spell_cast, int power )
case SPELL_HELLFIRE: // fiend's hellfire
beam.name = "hellfire";
+ beam.aux_source = "blast of hellfire";
beam.colour = RED;
beam.range = 4;
beam.rangeMax = 13;