summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 23:06:16 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 23:06:16 -0600
commit2bb04dce8533ceece3903a9b30ab8f9b7d5982c2 (patch)
tree9e6c59c825c1bdcb9c7c507ea732c383f88b0f54
parentceebd0a82d5ca3c0b18ce9e2e6611880b83efd34 (diff)
downloadcrawl-ref-2bb04dce8533ceece3903a9b30ab8f9b7d5982c2.tar.gz
crawl-ref-2bb04dce8533ceece3903a9b30ab8f9b7d5982c2.zip
Simplify the description of Kiku's liking kills of holy beings.
-rw-r--r--crawl-ref/source/religion.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index b51c821484..4b22cd0f8b 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -703,8 +703,7 @@ std::string get_god_likes(god_type which_god, bool verbose)
break;
case GOD_KIKUBAAQUDGHA:
- likes.push_back("you kill holy beings");
- likes.push_back("your undead slaves kill holy beings");
+ likes.push_back("you or your undead slaves kill holy beings");
break;
case GOD_BEOGH: