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