summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 13:55:16 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 13:55:16 +0000
commitc9781d5250b590b1ba80ec045848a267a9b528e8 (patch)
treefc335e9f5bc8cb1beaf7fb02f8b7f9a945d4c31e /crawl-ref/source/spl-book.cc
parent5c18032265c989b3a01286699b5add3715b4dec7 (diff)
downloadcrawl-ref-c9781d5250b590b1ba80ec045848a267a9b528e8.tar.gz
crawl-ref-c9781d5250b590b1ba80ec045848a267a9b528e8.zip
Implement "Summon Ugly Thing" as a player spell, in the Book of
Summonings just before Shadow Creatures. Also make it available to player ghosts, so that it can be seen in action from monsters, and put it in the list of Xom spells. This will probably need adjustment. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4369 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index a9f27709e7..0c0a286a2d 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -122,11 +122,11 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
{SPELL_ABJURATION_I,
SPELL_RECALL,
SPELL_SUMMON_LARGE_MAMMAL,
+ SPELL_SUMMON_UGLY_THING,
SPELL_SHADOW_CREATURES,
SPELL_SUMMON_WRAITHS,
SPELL_SUMMON_HORRIBLE_THINGS,
SPELL_NO_SPELL,
- SPELL_NO_SPELL,
},
// 8 - Book of Fire
{SPELL_EVAPORATE,