summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
parentd634b20d148e1a545b52edcac5f43003193c94ba (diff)
downloadcrawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.tar.gz
crawl-ref-efdc56d53af523261c101a2200369ecc84fcca0c.zip
Rename "Fling Icicle" to "Throw Icicle".
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9c043e8335..ab634b6a2d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2841,7 +2841,7 @@ enum spell_type
SPELL_DEATH_CHANNEL,
SPELL_SYMBOL_OF_TORMENT, // 120
SPELL_DEFLECT_MISSILES,
- SPELL_FLING_ICICLE,
+ SPELL_THROW_ICICLE,
SPELL_ICE_STORM,
SPELL_AIRSTRIKE,
SPELL_SHADOW_CREATURES, // 125
@@ -3145,7 +3145,7 @@ enum zap_type
ZAP_BREATHE_STEAM,
ZAP_CONTROL_DEMON,
ZAP_ORB_OF_FRAGMENTATION,
- ZAP_FLING_ICICLE,
+ ZAP_THROW_ICICLE,
ZAP_ICE_STORM,
ZAP_BACKLIGHT,
ZAP_SLEEP,