summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 10:41:33 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-18 10:41:33 -0600
commit26d05004acfa10f6e0ff420b46afbd1346264c35 (patch)
tree147c4125d6a734d818bc57fb45f34d5c100c10b1 /crawl-ref/source/religion.cc
parent4e8f694dc3dd0db8d2613652069ae9d3faa222c6 (diff)
downloadcrawl-ref-26d05004acfa10f6e0ff420b46afbd1346264c35.tar.gz
crawl-ref-26d05004acfa10f6e0ff420b46afbd1346264c35.zip
And update the description of the natural kills TSO likes.
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 03daa8ec77..c6315d31b0 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -642,7 +642,7 @@ std::string get_god_likes(god_type which_god, bool verbose)
switch (which_god)
{
case GOD_SHINING_ONE:
- likes.push_back("you or your allies kill living evil beings");
+ likes.push_back("you or your allies kill living unholy or evil beings");
break;
default: