From 78edf358eefc57dbe3f7bcd257cbf6b9d319149a Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 2 Jan 2009 20:36:51 +0000 Subject: Make monster behaviour in arenas smarter, allow delay:N in arena spec to set arena_delay. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8129 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/monplace.h') diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h index 0d633aca64..8d98254c17 100644 --- a/crawl-ref/source/monplace.h +++ b/crawl-ref/source/monplace.h @@ -362,6 +362,7 @@ public: // public methods void set_range(int r); + coord_def next_pos(const coord_def &p) const; bool init_pathfind(monsters *mon, coord_def dest, bool diag = true, bool msg = false, bool pass_unmapped = false); -- cgit v1.2.3-54-g00ecf