summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 953f303151..b7139abde6 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -185,6 +185,9 @@ bool monster_habitable_grid(int monster_class,
bool paralysed = false);
bool monster_can_submerge(const monsters *mons, dungeon_feature_type grid);
coord_def find_newmons_square(int mons_class, int x, int y);
+coord_def find_newmons_square_contiguous(monster_type mons_class,
+ const coord_def &start,
+ int maxdistance = 3);
void spawn_random_monsters();