summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 13:58:13 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 13:58:13 +0000
commitf41124288410ebea7b32064561562c239b613b27 (patch)
treecb16e496b37df7f545862758eb602ac5617c3229 /crawl-ref/source/spells1.cc
parent19cd3f60eb72fef46210d73fffeec8dd10769400 (diff)
downloadcrawl-ref-f41124288410ebea7b32064561562c239b613b27.tar.gz
crawl-ref-f41124288410ebea7b32064561562c239b613b27.zip
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
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc6
1 files changed, 3 insertions, 3 deletions
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;