summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-05 08:54:56 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-05 08:54:56 +0000
commit722e5bdfccde8ba11f8fc82c70ff9ba0c48ba34e (patch)
tree6b73668eb3bdfa776b7d05b6683763e332fbd145 /crawl-ref/source/mon-spll.h
parentaeca9bf5b926f653d147d9fec12e98474d5aafb7 (diff)
downloadcrawl-ref-722e5bdfccde8ba11f8fc82c70ff9ba0c48ba34e.tar.gz
crawl-ref-722e5bdfccde8ba11f8fc82c70ff9ba0c48ba34e.zip
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
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h14
1 files changed, 14 insertions, 0 deletions
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,
{