From 310d0430888db20093a862e7921511076a486c6b Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 13 Nov 2009 15:00:57 +0100 Subject: Replace observe_cell by you.see_cell. --- crawl-ref/source/spells1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 9ba939477d..da3b065aea 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -434,8 +434,8 @@ void cast_chain_lightning(int pow, const actor *caster) } } - const bool see_source = observe_cell( source ); - const bool see_targ = observe_cell( target ); + const bool see_source = you.see_cell( source ); + const bool see_targ = you.see_cell( target ); if (target.x == -1) { -- cgit v1.2.3-54-g00ecf