summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-02 01:09:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-02 01:20:06 +0100
commit426775942ee1c49aadfc78aafcc33f5fdd51c2be (patch)
treeadf01930c009ab28d0283e903bd6d8bae46c0839 /crawl-ref/source/mon-place.h
parentc400abe5cd769b315b45fc882f17f7ce4e5451ed (diff)
downloadcrawl-ref-426775942ee1c49aadfc78aafcc33f5fdd51c2be.tar.gz
crawl-ref-426775942ee1c49aadfc78aafcc33f5fdd51c2be.zip
Allow Fedhasites to sac corpses under friendly clouds.
Since Fedhas protects plants against such clouds anyway, not allowing toadstools there meant you had to wait until clouds go away, especially tedious for Ignite Blood demonspawn who will have blood there most of the time.
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h
index 0ca45d5c4a..108439c485 100644
--- a/crawl-ref/source/mon-place.h
+++ b/crawl-ref/source/mon-place.h
@@ -117,6 +117,7 @@ coord_def find_newmons_square(int mons_class, const coord_def &p);
coord_def find_newmons_square_contiguous(monster_type mons_class,
const coord_def &start,
int maxdistance = 3);
+bool can_spawn_mushrooms(coord_def where);
void spawn_random_monsters();