From d981be314e9a60c3cee4eb7aac5442039973542c Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sat, 19 Dec 2009 20:51:00 +0100 Subject: Don't make monsters fully encaged in glass increase the tension. --- crawl-ref/source/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/misc.h') diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h index 3a6aad81f1..9f75955885 100644 --- a/crawl-ref/source/misc.h +++ b/crawl-ref/source/misc.h @@ -59,6 +59,7 @@ std::string weird_smell(); std::string weird_sound(); +bool mons_can_hurt_player(const monsters *mon); bool mons_is_safe(const monsters *mon, bool want_move = false, bool consider_user_options = true); -- cgit v1.2.3-54-g00ecf