From 1c59fb1479a724c0969c54e0365856b1cff77c00 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 18 Sep 2009 09:56:54 +0000 Subject: Don't treat electric eels as safe just because they're aquatic. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10711 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-util.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (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 62146ac041..61de3b7117 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -730,17 +730,18 @@ bool ms_direct_nasty(spell_type monspell); * called from: monstuff * *********************************************************************** */ -bool ms_useful_fleeing_out_of_sight( const monsters *mon, spell_type monspell ); -bool ms_quick_get_away( const monsters *mon, spell_type monspell ); -bool ms_waste_of_time( const monsters *mon, spell_type monspell ); -bool ms_low_hitpoint_cast( const monsters *mon, spell_type monspell ); +bool ms_useful_fleeing_out_of_sight(const monsters *mon, spell_type monspell); +bool ms_quick_get_away(const monsters *mon, spell_type monspell); +bool ms_waste_of_time(const monsters *mon, spell_type monspell); +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_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 ench_too = true ); -bool mons_has_ranged_attack( const monsters *mon ); +bool mons_has_ranged_spell(const monsters *mon, bool attack_only = false, + bool ench_too = true); +bool mons_has_ranged_attack(const monsters *mon); +bool mons_has_ranged_ability(const monsters *mon); // last updated 06mar2001 (gdl) /* *********************************************************************** -- cgit v1.2.3-54-g00ecf