summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-22 05:25:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-22 05:25:57 +0000
commita8b94b15259ea04ea7d774b3ce91bc3d21e244da (patch)
tree80532b2e7fd906d0ebb84485f910dd904fcec193 /crawl-ref/source/spl-data.h
parent2373ed5b2a5f9613b1e788946a94a978febdf606 (diff)
downloadcrawl-ref-a8b94b15259ea04ea7d774b3ce91bc3d21e244da.tar.gz
crawl-ref-a8b94b15259ea04ea7d774b3ce91bc3d21e244da.zip
Mark the "Summon Beast" spell as unholy, since beasts are naturally evil
and demonic. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3803 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index bc7e16c20b..d7959fcefb 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2238,7 +2238,7 @@
{
SPELL_SUMMON_BEAST, "Summon Beast",
SPTYP_SUMMONING,
- SPFLAG_NONE,
+ SPFLAG_UNHOLY,
4,
0,
NULL,