summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.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-data.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-data.h')
-rw-r--r--crawl-ref/source/mon-data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index df9779739e..f71a8637e6 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4216,12 +4216,13 @@ static monsterentry mondata[] = {
{
MONS_JESSICA, '@', LIGHTGREY, "Jessica",
- M_UNIQUE | M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS,
+ M_UNIQUE | M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS
+ | M_EVIL,
MR_NO_FLAGS,
550, 20, MONS_HUMAN, MONS_HUMAN, MH_NATURAL, -3,
{ {AT_HIT, AF_PLAIN, 5}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 1, 0, 0, 10 },
- 0, 10, MST_ORC_WIZARD_I, CE_CONTAMINATED, Z_NOZOMBIE, S_SHOUT, I_NORMAL,
+ 0, 10, MST_JESSICA, CE_CONTAMINATED, Z_NOZOMBIE, S_SHOUT, I_NORMAL,
HT_LAND, 10, DEFAULT_ENERGY, MONUSE_WEAPONS_ARMOUR, SIZE_MEDIUM
},