summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:15:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:15:30 +0000
commit4e03bfe81c154ada6a73873cbbf5776d440280ff (patch)
treeac2ad2a7218a0b469b5a9e433e64050c9c22abff /crawl-ref/source/mon-util.h
parentd759dc51ddd12ad5b4b0c7478bbccdf204dbfca5 (diff)
downloadcrawl-ref-4e03bfe81c154ada6a73873cbbf5776d440280ff.tar.gz
crawl-ref-4e03bfe81c154ada6a73873cbbf5776d440280ff.zip
Simplify the royal jelly effect for both players and monsters, and make
sure that both spawn Jiyva-worshipping jellies. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10311 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 38979e84fb..3c745e37db 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -682,6 +682,7 @@ int mons_colour(const monsters *mon);
void mons_load_spells(monsters *mon, mon_spellbook_type book);
+monster_type royal_jelly_ejectable_monster();
monster_type random_draconian_monster_species();
// last updated 12may2000 {dlb}