summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: