summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 21:24:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 21:24:09 +0000
commit4a940cde598238124cbe701d44cba217db175c65 (patch)
tree7e2ef1536689b5b3ac657e1895342e8869a49d5f /crawl-ref/source/monplace.h
parent857a0760acce7f0e7bf9346aeb5a0a050602ecc9 (diff)
downloadcrawl-ref-4a940cde598238124cbe701d44cba217db175c65.tar.gz
crawl-ref-4a940cde598238124cbe701d44cba217db175c65.zip
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
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 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);