From 26d05004acfa10f6e0ff420b46afbd1346264c35 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 18 Nov 2009 10:41:33 -0600 Subject: And update the description of the natural kills TSO likes. --- 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 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: -- cgit v1.2.3-54-g00ecf