summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.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/spl-cast.cc
parentd634b20d148e1a545b52edcac5f43003193c94ba (diff)
downloadcrawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.tar.gz
crawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.zip
Rename "Fling Icicle" to "Throw Icicle".
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 79fefc24f6..8b15d1f54b 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1483,8 +1483,8 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
return (SPRET_ABORT);
break;
- case SPELL_FLING_ICICLE:
- if (!zapping(ZAP_FLING_ICICLE, powc, beam, true))
+ case SPELL_THROW_ICICLE:
+ if (!zapping(ZAP_THROW_ICICLE, powc, beam, true))
return (SPRET_ABORT);
break;