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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index d2f1b49008..432cc7b440 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -112,7 +112,7 @@ int check_your_resists(int hurted, beam_type flavour)
canned_msg(MSG_YOU_RESIST);
else if (hurted > original)
{
- mpr("The fire burns terribly!");
+ mpr("The fire burns you terribly!");
xom_is_stimulated(200);
}
break;
@@ -204,7 +204,7 @@ int check_your_resists(int hurted, beam_type flavour)
canned_msg(MSG_YOU_PARTIALLY_RESIST);
else if (hurted > original)
{
- mpr("The lava burns terribly!");
+ mpr("The lava burns you terribly!");
xom_is_stimulated(200);
}
break;