summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
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;