From 9ba2e9d569ec944a3078a58b37582084631d73ac Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 21 Nov 2008 06:24:15 +0000 Subject: Fix [2260261]: Don't display a beam tracer for healing, since it doesn't require a clear LOS. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7524 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 602d459595..6675c9019d 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -706,7 +706,7 @@ static int _healing_spell(int healed, const coord_def where = coord_def(0,0)) you.religion == GOD_ELYVILON ? TARG_ANY : TARG_FRIEND, LOS_RADIUS, - true, true, true, "Heal whom?"); + false, true, true, "Heal whom?"); } else { -- cgit v1.2.3-54-g00ecf