From d9575442e5d43a10daa931f4ac63d419473e0e72 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 2 Mar 2009 02:49:15 +0000 Subject: Add minor cosmetic fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9307 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/newgame.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/newgame.cc') 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; -- cgit v1.2.3-54-g00ecf