summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:40:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-27 02:40:32 +0000
commitcba4178e07a46150eb2f541e5d491c4297470080 (patch)
treef5aea7060c6299a94716967d37514a480b686821 /crawl-ref/source/spl-data.h
parent431d2a497f4ab751f659caf9e2631a286e9368f9 (diff)
downloadcrawl-ref-cba4178e07a46150eb2f541e5d491c4297470080.tar.gz
crawl-ref-cba4178e07a46150eb2f541e5d491c4297470080.zip
Implement "Summon Ugly Things" as a monster spell, roughly equivalent to
"Summon Demon" in many ways, as they have similar hit dice, but aren't evil, undead, or demonic. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3890 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index f93eeb5581..b9e8a2df2c 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2350,6 +2350,17 @@
},
{
+ SPELL_SUMMON_UGLY_THINGS, "Summon Ugly Things",
+ SPTYP_SUMMONING,
+ SPFLAG_NONE,
+ 5,
+ 200,
+ NULL,
+ false,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
0,