From 4862ac7ba83dc160fdc3f5f4639e79d24eb88630 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 20 Oct 2009 16:16:59 -0700 Subject: gods: added "Chronos", the slow god Signed-off-by: Brendan Hickey Acked-by: Steven Noonan --- crawl-ref/source/mon-util.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index 9f8d86147e..b10f48312c 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -831,6 +831,14 @@ bool mons_class_is_confusable(int mc); bool mons_class_is_slowable(int mc); bool mons_class_is_stationary(int mc); bool mons_is_stationary(const monsters *mon); + +// last updated 15jul2009 (bh) +/* *********************************************************************** + * called from: monstuff + * *********************************************************************** */ + +bool mons_is_fast( const monsters *mon ); + bool mons_is_insubstantial(int mc); bool mons_has_blood(int mc); bool mons_is_submerged(const monsters *m); -- cgit v1.2.3-54-g00ecf