From f80d6f4e45cbee76a1184268a5e10fcde7ba6c52 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 12 Nov 2009 19:45:44 +1000 Subject: Rename SPELL_BACKLIGHT -> SPELL_CORONA, and relevant ZAP/BEAM/DUR. --- crawl-ref/source/spl-cast.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 7ae0ca5e6e..25c7058974 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -1738,8 +1738,8 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail) cast_confusing_touch(powc); break; - case SPELL_BACKLIGHT: - if (!zapping(ZAP_BACKLIGHT, powc + 10, beam, true)) + case SPELL_CORONA: + if (!zapping(ZAP_CORONA, powc + 10, beam, true)) return (SPRET_ABORT); break; -- cgit v1.2.3-54-g00ecf