From 6a14f41c8686a8e31406b4d2c00ec708b45b6762 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Fri, 29 May 2009 22:46:41 +0000 Subject: Added the objective case of pronouns ("him", "her") for use in the blocked-line-of-fire description. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9847 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index d0422f0a75..f0c4d437c7 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -6380,6 +6380,7 @@ std::string player::pronoun(pronoun_type pro, bool) const case PRONOUN_CAP_POSSESSIVE: return "Your"; case PRONOUN_NOCAP_POSSESSIVE: return "your"; case PRONOUN_REFLEXIVE: return "yourself"; + case PRONOUN_OBJECTIVE: return "you"; } } -- cgit v1.2.3-54-g00ecf