summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 2740c81c40..9f46a60812 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -116,7 +116,7 @@ int check_your_resists(int hurted, int flavour)
else if (resist < 0)
{
// We could use a superior message.
- mpr("It burns terribly!");
+ mpr("It scalds you terribly!");
hurted = hurted * 15 / 10;
}
break;