summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:44:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:44:49 +0000
commitb72b39dc467e1136d378474db77487d309e08d86 (patch)
treed05af420c6dd2673a05d1a300cf6b9d816e1cd6b
parent10766f2b52c2e46af360a64053a9e2351c4a4416 (diff)
downloadcrawl-ref-b72b39dc467e1136d378474db77487d309e08d86.tar.gz
crawl-ref-b72b39dc467e1136d378474db77487d309e08d86.zip
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
-rw-r--r--crawl-ref/source/mon-spll.h2
1 files changed, 1 insertions, 1 deletions
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,