summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.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-book.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-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 869d872b94..0b095e471d 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -125,7 +125,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
{SPELL_FREEZE,
SPELL_THROW_FROST,
SPELL_OZOCUBUS_ARMOUR,
- SPELL_FLING_ICICLE,
+ SPELL_THROW_ICICLE,
SPELL_SUMMON_ICE_BEAST,
SPELL_FREEZING_CLOUD,
SPELL_NO_SPELL,
@@ -643,7 +643,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
// 53 - Rod of destruction (ice)
{SPELL_THROW_FROST,
- SPELL_FLING_ICICLE,
+ SPELL_THROW_ICICLE,
SPELL_FREEZING_CLOUD,
SPELL_NO_SPELL,
SPELL_NO_SPELL,