summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-11-03 03:55:55 +0100
committerDavid Ploog <dploog@users.sourceforge.net>2009-11-03 03:56:45 +0100
commitefdc56d53af523261c101a2200369ecc84fcca0c (patch)
tree813832e36a1217071c5c6236583fa74090d9684f /crawl-ref/source/fight.cc
parentd634b20d148e1a545b52edcac5f43003193c94ba (diff)
downloadcrawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.tar.gz
crawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.zip
Rename "Fling Icicle" to "Throw Icicle".
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 33a86ca592..e0bba5daf3 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2060,7 +2060,7 @@ static inline int get_resistible_fraction(beam_type flavour)
{
switch (flavour)
{
- // Assume ice storm and fling icicle are mostly solid.
+ // Assume ice storm and throw icicle are mostly solid.
case BEAM_ICE:
return (25);