summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 05:07:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 05:07:29 +0000
commitad0ca145f3d8089b8ff32843230ece7c38015a99 (patch)
tree797200af8dca0558ae03c89692c20cab3ebb60a2 /crawl-ref/source/spl-book.cc
parent4406258079282fb38da52df875ccd76ee70941bd (diff)
downloadcrawl-ref-ad0ca145f3d8089b8ff32843230ece7c38015a99.tar.gz
crawl-ref-ad0ca145f3d8089b8ff32843230ece7c38015a99.zip
Rename SPELL_SUMMON_LARGE_MAMMAL to SPELL_CALL_CANINE_FAMILIAR, to match
the name used for it elsewhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5524 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 800d3c8ef8..aaa7b2d5ed 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -74,7 +74,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_BLINK,
SPELL_REPEL_MISSILES,
SPELL_SLOW,
- SPELL_SUMMON_LARGE_MAMMAL,
+ SPELL_CALL_CANINE_FAMILIAR,
SPELL_MEPHITIC_CLOUD,
SPELL_NO_SPELL,
},
@@ -121,7 +121,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
// 7 - Book of Summonings
{SPELL_ABJURATION_I,
SPELL_RECALL,
- SPELL_SUMMON_LARGE_MAMMAL,
+ SPELL_CALL_CANINE_FAMILIAR,
SPELL_SUMMON_UGLY_THING,
SPELL_SHADOW_CREATURES,
SPELL_SUMMON_WRAITHS,
@@ -537,7 +537,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
{SPELL_SUMMON_SMALL_MAMMALS,
SPELL_STICKS_TO_SNAKES,
SPELL_DETECT_CREATURES,
- SPELL_SUMMON_LARGE_MAMMAL,
+ SPELL_CALL_CANINE_FAMILIAR,
SPELL_TAME_BEASTS,
SPELL_DRAGON_FORM,
SPELL_NO_SPELL,