summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
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/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9d2eb982c0..775bdc26b8 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -245,7 +245,7 @@ enum beam_type // beam[].flavour
BEAM_PETRIFY,
BEAM_BACKLIGHT, // 45
BEAM_PORKALATOR,
- BEAM_SLEEP,
+ BEAM_HIBERNATION,
BEAM_BERSERK,
BEAM_LAST_ENCHANTMENT = BEAM_BERSERK,
@@ -2821,7 +2821,7 @@ enum spell_type
SPELL_CALL_CANINE_FAMILIAR,
SPELL_SUMMON_DRAGON,
SPELL_TAME_BEASTS,
- SPELL_SLEEP,
+ SPELL_HIBERNATION,
SPELL_MASS_SLEEP,
SPELL_DETECT_SECRET_DOORS,
SPELL_SEE_INVISIBLE,
@@ -3121,7 +3121,7 @@ enum zap_type
ZAP_THROW_ICICLE,
ZAP_ICE_STORM,
ZAP_BACKLIGHT,
- ZAP_SLEEP,
+ ZAP_HIBERNATION,
ZAP_FLAME_TONGUE,
ZAP_SANDBLAST,
ZAP_SMALL_SANDBLAST,