summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 02:00:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 02:00:45 +0000
commit89edeea0301e3f57594ddb0a76d611d5545a8261 (patch)
tree0b0e9a4ed50d180ed9ac34c1560e0e81f2174932 /crawl-ref/source/spl-book.cc
parent5eb525508fee127e086e0337213bf76de515906d (diff)
downloadcrawl-ref-89edeea0301e3f57594ddb0a76d611d5545a8261.tar.gz
crawl-ref-89edeea0301e3f57594ddb0a76d611d5545a8261.zip
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
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc12
1 files changed, 6 insertions, 6 deletions
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,