summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-09 10:47:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-09 10:47:54 +0000
commitd59655f1d4249575c1ffa8d1102446eef5d6728f (patch)
treee0ceb048a2f7f14a15922b4de463511fc1e355c5
parent291962f5315d107d4b7272f11e77fc09e039619b (diff)
downloadcrawl-ref-d59655f1d4249575c1ffa8d1102446eef5d6728f.tar.gz
crawl-ref-d59655f1d4249575c1ffa8d1102446eef5d6728f.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9011 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 05115a8f69..9630502c0f 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5673,7 +5673,7 @@ void yred_make_enslaved_soul(monsters *mon, bool force_hostile,
monster_type soul_type = mons_species(type);
const std::string whose =
player_monster_visible(mon) ? apostrophise(mon->name(DESC_CAP_THE))
- : "Its";
+ : mon->pronoun(PRONOUN_CAP_POSSESSIVE).c_str();
const bool twisted = coinflip();
int corps = -1;