From 251dab31902af37f3f30a67fa197359e4b8972a5 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Mon, 30 Nov 2009 16:22:39 +1000 Subject: Use nominative pronoun rather than objective in banishment messages. This solves "Duvessa screams as her is devoured by a tear in reality". --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index e0de4331ed..f61b8dd4f8 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -2777,7 +2777,7 @@ void monsters::banish(const std::string &) coord_def old_pos = pos(); if (!silenced(pos()) && can_speak()) - simple_monster_message(this, (" screams as " + pronoun(PRONOUN_OBJECTIVE) + simple_monster_message(this, (" screams as " + pronoun(PRONOUN_NOCAP) + " is devoured by a tear in reality.").c_str(), MSGCH_BANISHMENT); else -- cgit v1.2.3-54-g00ecf