summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:44:14 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:44:14 +1000
commit576ccd691ef3a7e3a779845cc52d6d223f819dd8 (patch)
treeb66258d38c2cd7a36799d729c641e3cf3ee0d01f /crawl-ref/source/spl-cast.cc
parent87db512f77a2420f9ffbb25286d34c874e9e0509 (diff)
downloadcrawl-ref-576ccd691ef3a7e3a779845cc52d6d223f819dd8.tar.gz
crawl-ref-576ccd691ef3a7e3a779845cc52d6d223f819dd8.zip
Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 7ad9cb8c4f..7ae0ca5e6e 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1807,7 +1807,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
mass_enchantment(ENCH_CONFUSION, powc, MHITYOU);
break;
- case SPELL_MASS_SLEEP:
+ case SPELL_ENGLACIATION:
cast_mass_sleep(powc);
break;