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/spl-book.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/spl-book.cc') diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc index 3f0e043702..abaf0d2a4d 100644 --- a/crawl-ref/source/spl-book.cc +++ b/crawl-ref/source/spl-book.cc @@ -50,7 +50,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = { // 0 - Minor Magic I {SPELL_MAGIC_DART, - SPELL_SUMMON_SMALL_MAMMAL, + SPELL_SUMMON_SMALL_MAMMALS, SPELL_THROW_FLAME, SPELL_BLINK, SPELL_SLOW, @@ -70,7 +70,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = }, // 2 - Minor Magic III {SPELL_MAGIC_DART, - SPELL_SUMMON_SMALL_MAMMAL, + SPELL_SUMMON_SMALL_MAMMALS, SPELL_BLINK, SPELL_REPEL_MISSILES, SPELL_SLOW, @@ -301,7 +301,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = SPELL_NO_SPELL, }, // 25 - Book of Callings - {SPELL_SUMMON_SMALL_MAMMAL, + {SPELL_SUMMON_SMALL_MAMMALS, SPELL_STICKS_TO_SNAKES, SPELL_CALL_IMP, SPELL_SUMMON_ELEMENTAL, @@ -514,7 +514,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = // 44 - Book of Cantrips //jmf: added 04jan2000 {SPELL_CONFUSING_TOUCH, SPELL_ANIMATE_SKELETON, - SPELL_SUMMON_SMALL_MAMMAL, + SPELL_SUMMON_SMALL_MAMMALS, SPELL_DETECT_SECRET_DOORS, SPELL_APPORTATION, SPELL_NO_SPELL, @@ -534,7 +534,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = }, // 46 - Book of Beasts //jmf: added 19mar2000 - {SPELL_SUMMON_SMALL_MAMMAL, + {SPELL_SUMMON_SMALL_MAMMALS, SPELL_STICKS_TO_SNAKES, SPELL_DETECT_CREATURES, SPELL_SUMMON_LARGE_MAMMAL, @@ -594,7 +594,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = {SPELL_ABJURATION_I, SPELL_RECALL, SPELL_SUMMON_ELEMENTAL, - SPELL_SWARM, + SPELL_SUMMON_SWARM, SPELL_NO_SPELL, SPELL_NO_SPELL, SPELL_NO_SPELL, -- cgit v1.2.3-54-g00ecf