From 87db512f77a2420f9ffbb25286d34c874e9e0509 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 12 Nov 2009 19:41:50 +1000 Subject: Rename SPELL_SLEEP -> SPELL_HIBERNATE, and relevant ZAP/BEAM. --- crawl-ref/source/enum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf