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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 20c1e8354e..22947911df 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -269,6 +269,8 @@ int mons_place(mgen_data mg);
* *********************************************************************** */
int place_monster(mgen_data mg, bool force_pos = false);
+monster_type pick_random_zombie();
+
/* ***********************************************************************
* Returns a monster class type of a zombie that would be generated
* on the player's current level.