From f41124288410ebea7b32064561562c239b613b27 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 21 Apr 2008 13:58:13 +0000 Subject: Add shadowing to the amulet of the Air tile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4439 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index c1de0f66c9..8b1d90d9a4 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -107,9 +107,9 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink) if (!beam.isValid || coord_def(beam.tx, beam.ty) == you.pos()) { - if (!wizard_blink && - !yesno("Are you sure you want to cancel this blink?", - false, 'n')) + if (!wizard_blink + && !yesno("Are you sure you want to cancel this blink?", + false, 'n')) { mesclr(); continue; -- cgit v1.2.3-54-g00ecf