summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.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-book.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-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 cfcb8b9c07..1c71fbdd8c 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -161,7 +161,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
SPELL_OZOCUBUS_REFRIGERATION,
SPELL_BOLT_OF_COLD,
SPELL_SIMULACRUM,
- SPELL_MASS_SLEEP,
+ SPELL_ENGLACIATION,
SPELL_NO_SPELL,
},
@@ -402,7 +402,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
SPELL_TAME_BEASTS,
SPELL_MASS_CONFUSION,
SPELL_CONTROL_UNDEAD,
- SPELL_MASS_SLEEP,
+ SPELL_ENGLACIATION,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},