summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
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