summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 03:43:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 03:43:52 +0000
commitdb6f4b3e1eba19a59457f7b6f2c1b99b7b27f811 (patch)
treed49ca29a6f38a2e1e680d804c3d219daf5d292b3 /crawl-ref/source/spl-data.h
parent7d2412c6f811c8bc6179d67bbe0b2f7c1db4a828 (diff)
downloadcrawl-ref-db6f4b3e1eba19a59457f7b6f2c1b99b7b27f811.tar.gz
crawl-ref-db6f4b3e1eba19a59457f7b6f2c1b99b7b27f811.zip
Mark the "Shadow Creatures" spell as unholy, since weaving together
creatures from shadows and Abyssal matter, as the description mentions, sounds unholy. This means that boggarts are evil, as well, since they cast it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3895 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 b9e8a2df2c..ea3fd770c9 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1690,7 +1690,7 @@
{
SPELL_SHADOW_CREATURES, "Shadow Creatures",
- SPTYP_SUMMONING, // jmf: or SPTYP_SUMMONING | SPTYP_CONJURATION
+ SPTYP_SUMMONING | SPTYP_UNHOLY, // jmf: also SPTYP_CONJURATION?
SPFLAG_NONE,
5,
0,