summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 17:01:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 17:01:17 +0000
commit181ad71db8a3378f1b60326fe56a7da6f8c0ab18 (patch)
tree6461798e63ecbebfb248ed59fd1ed1c67d1157b8 /crawl-ref/source/religion.cc
parent76f4b297b8066d4cf150e08d3a550d6068af9cff (diff)
downloadcrawl-ref-181ad71db8a3378f1b60326fe56a7da6f8c0ab18.tar.gz
crawl-ref-181ad71db8a3378f1b60326fe56a7da6f8c0ab18.zip
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
Diffstat (limited to 'crawl-ref/source/religion.cc')
-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 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";
}