From b72b39dc467e1136d378474db77487d309e08d86 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 27 Mar 2008 02:44:49 +0000 Subject: Step two toward making orc sorcerers non-evil: make them use "Bolt of Cold" instead of "Bolt of Draining", as it's an upgraded "Throw Frost", just as "Bolt of Fire" is an upgraded "Throw Flame", both of which are used by orc wizards. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3892 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-spll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-spll.h') diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h index 734c93febe..571207226b 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -196,7 +196,7 @@ { MST_ORC_SORCERER, { SPELL_BOLT_OF_FIRE, - SPELL_BOLT_OF_DRAINING, + SPELL_BOLT_OF_COLD, SPELL_SUMMON_UGLY_THINGS, SPELL_PARALYSE, SPELL_ANIMATE_DEAD, -- cgit v1.2.3-54-g00ecf