summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 02:49:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 02:49:15 +0000
commitd9575442e5d43a10daa931f4ac63d419473e0e72 (patch)
tree1e5a0f28a3475086c563c178a912afa2ad1e50cc /crawl-ref/source/newgame.cc
parentb8e88063e8a162c0a9d6876f729c436eed491fc7 (diff)
downloadcrawl-ref-d9575442e5d43a10daa931f4ac63d419473e0e72.tar.gz
crawl-ref-d9575442e5d43a10daa931f4ac63d419473e0e72.zip
Add minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9307 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2c18905cc7..1fbeb6a888 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3010,9 +3010,6 @@ static void _give_basic_spells(job_type which_job)
case JOB_SUMMONER:
which_spell = SPELL_SUMMON_SMALL_MAMMALS;
break;
- case JOB_ICE_ELEMENTALIST:
- which_spell = SPELL_FREEZE;
- break;
case JOB_NECROMANCER:
which_spell = SPELL_PAIN;
break;
@@ -3022,6 +3019,9 @@ static void _give_basic_spells(job_type which_job)
case JOB_FIRE_ELEMENTALIST:
which_spell = SPELL_FLAME_TONGUE;
break;
+ case JOB_ICE_ELEMENTALIST:
+ which_spell = SPELL_FREEZE;
+ break;
case JOB_AIR_ELEMENTALIST:
which_spell = SPELL_SHOCK;
break;