summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:41:50 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:41:50 +1000
commit87db512f77a2420f9ffbb25286d34c874e9e0509 (patch)
treeaa1fc5ab7b73d15ceb4291b7cc712d06f860cdd5 /crawl-ref/source/spl-book.cc
parentd96f555a5581a19b5d657bcd63084e7447019f7c (diff)
downloadcrawl-ref-87db512f77a2420f9ffbb25286d34c874e9e0509.tar.gz
crawl-ref-87db512f77a2420f9ffbb25286d34c874e9e0509.zip
Rename SPELL_SLEEP -> SPELL_HIBERNATE, and relevant ZAP/BEAM.
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 8845464757..cfcb8b9c07 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -156,7 +156,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
// 9 - Book of Ice
{SPELL_FREEZING_AURA,
- SPELL_SLEEP,
+ SPELL_HIBERNATION,
SPELL_CONDENSATION_SHIELD,
SPELL_OZOCUBUS_REFRIGERATION,
SPELL_BOLT_OF_COLD,
@@ -322,7 +322,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
// 24 - Book of Charms
{SPELL_BACKLIGHT,
SPELL_REPEL_MISSILES,
- SPELL_SLEEP,
+ SPELL_HIBERNATION,
SPELL_CONFUSE,
SPELL_ENSLAVEMENT,
SPELL_SILENCE,