summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-29 13:20:16 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-29 13:20:16 +1000
commit6549b8ba1c7b2f91229581f76c059df8f4244ec2 (patch)
tree38e2ddaa6a5a70b8e380fdca39819677e2b412ed /crawl-ref/source/ouch.cc
parent4ec601cafab00c36a3d762ef23c4c31b6267e813 (diff)
downloadcrawl-ref-6549b8ba1c7b2f91229581f76c059df8f4244ec2.tar.gz
crawl-ref-6549b8ba1c7b2f91229581f76c059df8f4244ec2.zip
Further rF- message tweak.
Specify who is being burnt terribly. In this case, it is the player.
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;