summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 051018c82e..dce3d7e60e 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -129,6 +129,7 @@ public:
void moveto(const coord_def& c);
bool move_to_pos(const coord_def &newpos);
+ bool blink_to(const coord_def& c, bool quiet = false);
kill_category kill_alignment() const;