From c229c0161fb07fd421e4c818821f27e34a56f9d2 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 18 May 2009 13:52:43 +0000 Subject: Add Evaporate to the list of spells that get a bonus of 1 when checking range against distance to monsters, so z doesn't bail out if a monster is *just* outside the range but would be hit by the cloud. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9792 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 2aeb7ab2c0..11c46506cd 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -206,6 +206,7 @@ static bool _spell_no_hostile_in_range(spell_type spell, int minRange) case SPELL_CONJURE_FLAME: // These don't target monsters. return (false); + case SPELL_EVAPORATE: case SPELL_MEPHITIC_CLOUD: case SPELL_FIREBALL: case SPELL_FREEZING_CLOUD: -- cgit v1.2.3-54-g00ecf