From 722e5bdfccde8ba11f8fc82c70ff9ba0c48ba34e Mon Sep 17 00:00:00 2001 From: evktalo Date: Sat, 5 Sep 2009 08:54:56 +0000 Subject: Applying patch #2842856 by ?: * Much better descriptions for several uniques (including removal of "evil" if not really evil) * Jessica gets Pain instead of Magic Dart (so she's actually evil now, in the Crawl sense of the word) - might make her more dangerous * More diverse eating habits for Prince Ribbit git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10622 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-spll.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'crawl-ref/source/mon-spll.h') diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h index 8cc058d3de..89da74e873 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -33,6 +33,7 @@ SPELL_BLINK } }, + { MST_ORC_WIZARD_II, { SPELL_THROW_FLAME, @@ -963,6 +964,19 @@ // uniques' "spellbooks" // --------------------- + // Jessica is now a bit more evil-themed than before. + { MST_JESSICA, + { + SPELL_PAIN, // Formerly Magic Dart. + SPELL_SLOW, + SPELL_HASTE, + SPELL_PAIN, // Formerly Magic Dart. + SPELL_BLINK, + SPELL_BLINK + } + }, + + // Crusader theme. { MST_RUPERT, { -- cgit v1.2.3-54-g00ecf