summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 8ff2dbcc04..7d74b1ac43 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -680,6 +680,11 @@ std::string get_god_likes(god_type which_god, bool verbose)
likes.push_back("you or your god-given allies kill demons");
break;
+ case GOD_KIKUBAAQUDGHA:
+ likes.push_back("you kill demons");
+ likes.push_back("your undead slaves kill demons");
+ break;
+
case GOD_BEOGH:
likes.push_back("you or your allied orcs kill demons");
break;
@@ -2963,6 +2968,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_OKAWARU:
case GOD_MAKHLEB:
case GOD_TROG:
+ case GOD_KIKUBAAQUDGHA:
case GOD_BEOGH:
if (god_hates_attacking_friend(you.religion, victim))
break;