summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-21 06:24:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-21 06:24:15 +0000
commit9ba2e9d569ec944a3078a58b37582084631d73ac (patch)
treecb186ea831a107931ad5ce15817fd4965d043d1f /crawl-ref/source/spells1.cc
parentbf8a801d9caa0ed85c2d6a4d32ced96edf27f063 (diff)
downloadcrawl-ref-9ba2e9d569ec944a3078a58b37582084631d73ac.tar.gz
crawl-ref-9ba2e9d569ec944a3078a58b37582084631d73ac.zip
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
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
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
{