summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-29 23:32:59 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-29 23:33:41 +0530
commit7152c75c893858061d13bf55f96d1c1f4ca416c5 (patch)
tree0a2efd330188f9c91104456b1eca5cb365e89057 /crawl-ref/source/mon-data.h
parent43d86ff397acfe79b6699845ae4e2ec9a8e485d0 (diff)
downloadcrawl-ref-7152c75c893858061d13bf55f96d1c1f4ca416c5.tar.gz
crawl-ref-7152c75c893858061d13bf55f96d1c1f4ca416c5.zip
Change aquamancer -> green, Ilsuiw -> lightgreen, remove aquamancer cold res. (Ero)
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 9460407bf2..6736603b5d 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1144,9 +1144,9 @@ static monsterentry mondata[] = {
},
{
- MONS_MERFOLK_AQUAMANCER, 'm', LIGHTGREEN, "merfolk aquamancer",
+ MONS_MERFOLK_AQUAMANCER, 'm', GREEN, "merfolk aquamancer",
M_WARM_BLOOD | M_SPELLCASTER | M_ACTUAL_SPELLS,
- MR_RES_COLD,
+ MR_NO_FLAGS,
500, 10, MONS_MERFOLK, MONS_MERFOLK, MH_NATURAL, -4,
{ {AT_HIT, AF_PLAIN, 15}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 15, 3, 3, 0 },
@@ -4621,7 +4621,7 @@ static monsterentry mondata[] = {
},
{
- MONS_ILSUIW, 'm', GREEN, "Ilsuiw",
+ MONS_ILSUIW, 'm', LIGHTGREEN, "Ilsuiw",
M_UNIQUE | M_WARM_BLOOD | M_SPELLCASTER | M_ACTUAL_SPELLS | M_SPEAKS,
MR_NO_FLAGS,
500, 10, MONS_MERFOLK, MONS_MERFOLK, MH_NATURAL, -7,