From 2a56957bec723bd5a9b842b503ba3c6e7e0f0ec0 Mon Sep 17 00:00:00 2001 From: evktalo Date: Fri, 2 Oct 2009 00:13:21 +0300 Subject: Applying Kiku patch by Alex MacDonald (timecircuits). Kiku now has an invocation to provide corpses, provides (partial) torment resistance, provides torment when butchering while praying, and gifts Necromancy books. As the final gift, the player can choose between blessing the wielded weapon with Pain brand, or Necronomicon. Flavour and help texts haven't been altered yet. Signed-off-by: evktalo --- crawl-ref/source/monplace.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/monplace.h') diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h index 8dfab01b17..10d671382d 100644 --- a/crawl-ref/source/monplace.h +++ b/crawl-ref/source/monplace.h @@ -258,6 +258,12 @@ int mons_place(mgen_data mg); * *********************************************************************** */ int place_monster(mgen_data mg, bool force_pos = false); +/* *********************************************************************** + * Returns a monster class type of a zombie that would be generated + * on the player's current level. + * *********************************************************************** */ +monster_type pick_local_zombifiable_monster_type(int power); + // last updated 12may2000 {dlb} /* *********************************************************************** * called from: acr - debug - decks - effects - fight - it_use3 - item_use - -- cgit v1.2.3-54-g00ecf