summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-05 03:12:26 +0200
committerShmuale Mark <shm.mark@gmail.com>2014-04-25 11:27:16 -0400
commita4595f383eee4f428b1d7a1e94596ec8940c69ad (patch)
treee519c2d8aa89b470d9e6cc1f9f2fe98de96b0100 /crawl-ref/source/status.cc
parenta45ff42d41ff5076b46d1c0be4f6f096a8fb3ae1 (diff)
downloadcrawl-ref-a4595f383eee4f428b1d7a1e94596ec8940c69ad.tar.gz
crawl-ref-a4595f383eee4f428b1d7a1e94596ec8940c69ad.zip
Standardize some MR boosts.
Trog's Hand gets 10 more MR (to 80), and the status line is updated to account for correct amount of pluses added. Lich form MR loses 10 MR (to 40). [squashed commits and combined messages --wheals.]
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 e9803a7546..8cfaa87196 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -791,7 +791,7 @@ static void _describe_regen(status_info* inf)
inf->light_colour = _dur_colour(BLUE, dur_expiring(DUR_TROGS_HAND));
inf->light_text = "Regen";
if (you.duration[DUR_TROGS_HAND])
- inf->light_text += " MR";
+ inf->light_text += " MR++";
else if (no_heal)
inf->light_colour = DARKGREY;
}