summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 09:55:43 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 09:55:43 -0500
commit2b0ca511136a7eab440caeed482a4c41f2e5756d (patch)
tree2613a8e82e0d7ec77e0c635a449f12f3f36178c7
parent3f927565ef7a897888cba73a78b9f838d7417765 (diff)
downloadcrawl-ref-2b0ca511136a7eab440caeed482a4c41f2e5756d.tar.gz
crawl-ref-2b0ca511136a7eab440caeed482a4c41f2e5756d.zip
Change ugly things' color to red and very ugly things' color to
lightred, so that their corpses are always the same colors.
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 21176855a8..28753c13a1 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1355,7 +1355,7 @@ static monsterentry mondata[] = {
// ugly things ('u')
{
- MONS_UGLY_THING, 'u', BLACK, "ugly thing",
+ MONS_UGLY_THING, 'u', RED, "ugly thing",
M_WARM_BLOOD | M_GLOWS,
MR_NO_FLAGS,
600, 10, MONS_UGLY_THING, MONS_UGLY_THING, MH_NATURAL, -3,
@@ -1366,7 +1366,7 @@ static monsterentry mondata[] = {
},
{
- MONS_VERY_UGLY_THING, 'u', BLACK, "very ugly thing",
+ MONS_VERY_UGLY_THING, 'u', LIGHTRED, "very ugly thing",
M_WARM_BLOOD | M_GLOWS,
MR_NO_FLAGS,
750, 10, MONS_UGLY_THING, MONS_VERY_UGLY_THING, MH_NATURAL, -3,