summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 89ec76be60..2918e42053 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -74,6 +74,7 @@ std::string pronoun_you(description_level_type desc)
case DESC_CAP_YOUR:
return "Your";
case DESC_NOCAP_YOUR:
+ case DESC_NOCAP_ITS:
return "your";
}
}