From 17125f250661e8430e320f4c05d74094235f0cf3 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 2 Jan 2009 20:27:50 +0000 Subject: Fixed 2481704: Travel stopping for spellcasting monsters without LOS spells behind glass. Fixed 2174517: V giving information about unknown items in stashes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8128 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-util.h | 1 + 1 file changed, 1 insertion(+) (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 abd25adf7f..b69d594470 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -714,6 +714,7 @@ bool ms_low_hitpoint_cast( const monsters *mon, spell_type monspell ); bool mons_is_magic_user( const monsters *mon ); bool mons_has_los_ability( int mclass ); +bool mons_has_los_attack(const monsters *mon); bool mons_has_ranged_spell( const monsters *mon, bool attack_only = false ); bool mons_has_ranged_attack( const monsters *mon ); -- cgit v1.2.3-54-g00ecf