summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.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/newgame.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/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 0a76870f77..a4209aaf61 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2420,7 +2420,7 @@ static void _give_basic_spells(job_type which_job)
which_spell = SPELL_STING;
break;
case JOB_SUMMONER:
- which_spell = SPELL_SUMMON_SMALL_MAMMAL;
+ which_spell = SPELL_SUMMON_SMALL_MAMMALS;
break;
case JOB_ICE_ELEMENTALIST:
which_spell = SPELL_FREEZE;