summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h6
1 files changed, 6 insertions, 0 deletions
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 -