From 6549b8ba1c7b2f91229581f76c059df8f4244ec2 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 29 Nov 2009 13:20:16 +1000 Subject: Further rF- message tweak. Specify who is being burnt terribly. In this case, it is the player. --- crawl-ref/source/ouch.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/ouch.cc') 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; -- cgit v1.2.3-54-g00ecf