From 9282c221f93706907095680b1156ab8861640eba Mon Sep 17 00:00:00 2001 From: Alex MacDonald Date: Sun, 15 Nov 2009 03:13:28 -0500 Subject: Kikubaaqdgha finetuning. Kiku corpse invocation now costs less piety and hunger. Kiku accepts all forms of killing, now including demons. Kiku wrath buffed severely; player can expect miasma, titan zombies, and necromantic miscasts. Casting necromantic spells will also incur miscast effects (but not cause the spell to fail). Kiku '?/G' flavor text updated. Signed-off-by: David Ploog --- crawl-ref/source/religion.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/religion.cc') 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; -- cgit v1.2.3-54-g00ecf