summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 22:58:27 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 22:58:27 -0600
commitceebd0a82d5ca3c0b18ce9e2e6611880b83efd34 (patch)
tree9b11e3e5103b27fb85279522458c0e174f1bf0b1 /crawl-ref/source/religion.cc
parentd891367d9e6cc25ceabe0f74e778f48c34c8f3d8 (diff)
downloadcrawl-ref-ceebd0a82d5ca3c0b18ce9e2e6611880b83efd34.tar.gz
crawl-ref-ceebd0a82d5ca3c0b18ce9e2e6611880b83efd34.zip
Simplify the description of Kiku's liking kills of living beings.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index c0c02351fe..b51c821484 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -621,12 +621,8 @@ std::string get_god_likes(god_type which_god, bool verbose)
break;
case GOD_YREDELEMNUL:
- likes.push_back("you or your undead slaves kill living beings");
- break;
-
case GOD_KIKUBAAQUDGHA:
- likes.push_back("you kill living beings");
- likes.push_back("your undead slaves kill living beings");
+ likes.push_back("you or your undead slaves kill living beings");
break;
case GOD_BEOGH: