summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:42:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:42:23 +0000
commit10766f2b52c2e46af360a64053a9e2351c4a4416 (patch)
tree7a6babe80a5eef3146d03fe856c09c9d88a581f9 /crawl-ref/source/mon-spll.h
parentcba4178e07a46150eb2f541e5d491c4297470080 (diff)
downloadcrawl-ref-10766f2b52c2e46af360a64053a9e2351c4a4416.tar.gz
crawl-ref-10766f2b52c2e46af360a64053a9e2351c4a4416.zip
Step 1 toward making orc sorcerers non-evil: make them use the new
"Summon Ugly Things" spell instead of "Summon Demon". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3891 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-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 bf58ae88ac..734c93febe 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -197,7 +197,7 @@
{
SPELL_BOLT_OF_FIRE,
SPELL_BOLT_OF_DRAINING,
- SPELL_SUMMON_DEMON,
+ SPELL_SUMMON_UGLY_THINGS,
SPELL_PARALYSE,
SPELL_ANIMATE_DEAD,
SPELL_TELEPORT_SELF }