summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index a2ab4089cf..e3dc153adb 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -433,8 +433,8 @@ void cast_chain_lightning(int pow, const actor *caster)
}
}
- const bool see_source = see_cell( source );
- const bool see_targ = see_cell( target );
+ const bool see_source = observe_cell( source );
+ const bool see_targ = observe_cell( target );
if (target.x == -1)
{