summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-02 16:49:28 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-02 16:49:28 +0000
commit9406beea182124aeb8b9d71dc829a3bcbc31cde7 (patch)
treecdfbd94cdf7cb55c110c2e104714c25c289f9326 /crawl-ref/source/fight.cc
parentb689251097ca68c7a6dad3ed3eac4ec0c144271a (diff)
downloadcrawl-ref-9406beea182124aeb8b9d71dc829a3bcbc31cde7.tar.gz
crawl-ref-9406beea182124aeb8b9d71dc829a3bcbc31cde7.zip
Backported combat grammar fixes for mimic attack shield blocks to 0.2.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1405 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 8e095747d7..91ab96e859 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2455,7 +2455,7 @@ bool melee_attack::attack_shield_blocked(bool verbose)
mprf("%s %s %s attack.",
defender->name(DESC_CAP_THE).c_str(),
defender->conj_verb("block").c_str(),
- attacker->name(DESC_NOCAP_YOUR).c_str());
+ attacker->name(DESC_NOCAP_ITS).c_str());
defender->shield_block_succeeded();
@@ -2794,7 +2794,7 @@ void melee_attack::mons_apply_attack_flavour(const mon_attack_def &attk)
mprf("%s %s strength from %s injuries!",
attacker->name(DESC_CAP_THE).c_str(),
attacker->conj_verb("draw").c_str(),
- defender->name(DESC_NOCAP_YOUR).c_str());
+ defender->name(DESC_NOCAP_ITS).c_str());
}
// 4.1.2 actually drains max hp; we're being nicer and just doing