From 89edeea0301e3f57594ddb0a76d611d5545a8261 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 23 May 2008 02:00:45 +0000 Subject: Rename SPELL_SUMMON_SMALL_MAMMAL and SPELL_SWARM to SPELL_SUMMON_SMALL_MAMMALS and SPELL_SUMMON_SWARM, respectively, to match their user descriptions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5188 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 67d0957a2c..aafe14b992 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2430,7 +2430,7 @@ enum spell_type SPELL_REPEL_UNDEAD, SPELL_HOLY_WORD, SPELL_DETECT_CURSE, - SPELL_SUMMON_SMALL_MAMMAL, + SPELL_SUMMON_SMALL_MAMMALS, SPELL_ABJURATION_I, // 50 SPELL_SUMMON_SCORPIONS, SPELL_LEVITATION, @@ -2442,7 +2442,7 @@ enum spell_type SPELL_DETECT_TRAPS, SPELL_BLINK, SPELL_ISKENDERUNS_MYSTIC_BLAST, // 60 - SPELL_SWARM, + SPELL_SUMMON_SWARM, SPELL_SUMMON_HORRIBLE_THINGS, SPELL_ENSLAVEMENT, SPELL_MAGIC_MAPPING, -- cgit v1.2.3-54-g00ecf