From 7a1f76b86cb9719b7c610d5e2e3408290c6e628e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 13 Aug 2007 16:33:05 +0000 Subject: Accelerate monster generation in the Vestibule after the player spends enough time there. Needs more tuning. [1773000] Fixed tracer crash, mea culpa. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1995 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 1de7d3ba80..1869b7cfdb 100644 --- a/crawl-ref/source/monplace.h +++ b/crawl-ref/source/monplace.h @@ -103,4 +103,6 @@ bool monster_habitable_grid(const monsters *m, int actual_grid); bool monster_can_submerge(int monster_class, int grid); coord_def find_newmons_square(int mons_class, int x, int y); +void spawn_random_monsters(); + #endif // MONPLACE_H -- cgit v1.2.3-54-g00ecf