summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-29 10:02:21 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-29 14:23:50 +0100
commit87427dc9d989fcf0b70261ebae95f8d835fb8ed8 (patch)
tree75cda3c2cecbe2c007a63b0d13156fe1157a3c6c /crawl-ref/source/mon-data.h
parent07ec071cac85c4c35637cd84f07c70781e8ba05f (diff)
downloadcrawl-ref-87427dc9d989fcf0b70261ebae95f8d835fb8ed8.tar.gz
crawl-ref-87427dc9d989fcf0b70261ebae95f8d835fb8ed8.zip
Remove resistances from Ilsuiw that other merfolk lost.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 5d42867f4d..f40dbb7c10 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4586,7 +4586,7 @@ static monsterentry mondata[] = {
{
MONS_ILSUIW, 'm', GREEN, "Ilsuiw",
M_UNIQUE | M_WARM_BLOOD | M_SPELLCASTER | M_ACTUAL_SPELLS | M_SPEAKS,
- MR_RES_POISON | MR_RES_COLD,
+ MR_NO_FLAGS,
500, 10, MONS_MERFOLK, MONS_MERFOLK, MH_NATURAL, -7,
{ {AT_HIT, AF_PLAIN, 10}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 9, 0, 0, 54 },