From 181ad71db8a3378f1b60326fe56a7da6f8c0ab18 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 8 May 2008 17:01:17 +0000 Subject: Tweak the message for TSO's permanent "extended stay" blessing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4931 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index aa4fbd17b1..6b8d33e8e3 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -1278,7 +1278,7 @@ bool bless_follower(monsters *follower, if (more_time) { - result += (more_time == 2) ? "permanence in this world" + result += (more_time == 2) ? "permanent time in this world" : "more time in this world"; } -- cgit v1.2.3-54-g00ecf