summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-23 08:40:00 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-23 08:41:53 -0600
commit23b1178b045808eb7a9d4692ecd42354c4b7bad4 (patch)
treefa5f13605bd1ea00cb7ad92ee32caed66761335c /crawl-ref/source/status.cc
parent806a974ea62b8a1258cb4c758e84ee3353dd4b2f (diff)
downloadcrawl-ref-23b1178b045808eb7a9d4692ecd42354c4b7bad4.tar.gz
crawl-ref-23b1178b045808eb7a9d4692ecd42354c4b7bad4.zip
Change Mark's status light colour to LIGHTRED.
LIGHTMAGENTA is a colour we use for positive status effects such as DMsl or cTele, so you can completely miss that you're Marked if you have some of those up. Also adjust its long description to be more clear.
Diffstat (limited to 'crawl-ref/source/status.cc')
-rw-r--r--crawl-ref/source/status.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/status.cc b/crawl-ref/source/status.cc
index ce25d6ead5..b68b6b6a25 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -129,7 +129,7 @@ static duration_def duration_data[] =
{ DUR_DISJUNCTION, true,
BLUE, "Disjoin", "disjoining", "You are disjoining your surroundings." },
{ DUR_SENTINEL_MARK, true,
- MAGENTA, "Mark", "marked", "You are marked for hunting." },
+ LIGHTRED, "Mark", "marked", "A sentinel's mark is revealing your location to enemies." },
{ DUR_INFUSION, true,
BLUE, "Infus", "infused", "Your attacks are magically infused."},
{ DUR_SONG_OF_SLAYING, true,