From 576ccd691ef3a7e3a779845cc52d6d223f819dd8 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 12 Nov 2009 19:44:14 +1000 Subject: Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION. --- crawl-ref/source/goditem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/goditem.cc') diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc index 7976e77994..cfe29fcd8f 100644 --- a/crawl-ref/source/goditem.cc +++ b/crawl-ref/source/goditem.cc @@ -598,7 +598,7 @@ bool god_dislikes_spell_type(spell_type spell, god_type god) // into a state where attacking them would be unchivalrous. if (spell == SPELL_CAUSE_FEAR || spell == SPELL_PARALYSE || spell == SPELL_CONFUSE || spell == SPELL_MASS_CONFUSION - || spell == SPELL_HIBERNATION || spell == SPELL_MASS_SLEEP) + || spell == SPELL_HIBERNATION || spell == SPELL_ENGLACIATION) { return (true); } -- cgit v1.2.3-54-g00ecf