summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/rltiles/item/amulet/urand_air.bmpbin2102 -> 2102 bytes
-rw-r--r--crawl-ref/source/spells1.cc6
2 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/rltiles/item/amulet/urand_air.bmp b/crawl-ref/source/rltiles/item/amulet/urand_air.bmp
index c6ba3c557b..a63244bd4d 100644
--- a/crawl-ref/source/rltiles/item/amulet/urand_air.bmp
+++ b/crawl-ref/source/rltiles/item/amulet/urand_air.bmp
Binary files differ
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;