From ceebd0a82d5ca3c0b18ce9e2e6611880b83efd34 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 22:58:27 -0600 Subject: Simplify the description of Kiku's liking kills of living beings. --- crawl-ref/source/religion.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref') 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: -- cgit v1.2.3-54-g00ecf