From 4a940cde598238124cbe701d44cba217db175c65 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Jun 2008 21:24:09 +0000 Subject: Generalize summoning of holy beings, in case any more of them are added. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5556 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 53b840269c..7886c295f1 100644 --- a/crawl-ref/source/monplace.h +++ b/crawl-ref/source/monplace.h @@ -268,6 +268,8 @@ bool empty_surrounds( int emx, int emy, dungeon_feature_type spc_wanted, * *********************************************************************** */ monster_type summon_any_demon(demon_class_type dct); +monster_type summon_any_holy_being(); + monster_type summon_any_dragon(dragon_class_type dct); bool drac_colour_incompatible(int drac, int colour); -- cgit v1.2.3-54-g00ecf