From 6bc45a16ae8507bf7fb59d40d8d420de1f7193e1 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 8 Nov 2009 16:35:16 -0600 Subject: In Yred's retribution, replace forced Animate Dead with summoning hostile zombified monsters. --- crawl-ref/source/monplace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monplace.h') 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. -- cgit v1.2.3-54-g00ecf