summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/evoke.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2014-05-15 18:01:20 -0400
committerelliptic <hyperelliptical@gmail.com>2014-05-15 18:01:56 -0400
commit95e49122495968d9e27de598940d9c8e56d71202 (patch)
tree1dd4387914dfab7f8b59b303677f9e64029260eb /crawl-ref/source/evoke.cc
parented5a41cd874fd4cb87a1a08241842f2d0c393214 (diff)
downloadcrawl-ref-95e49122495968d9e27de598940d9c8e56d71202.tar.gz
crawl-ref-95e49122495968d9e27de598940d9c8e56d71202.zip
Remove an extra MSG_OK when cancelling a reaching attack.
Diffstat (limited to 'crawl-ref/source/evoke.cc')
-rw-r--r--crawl-ref/source/evoke.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/evoke.cc b/crawl-ref/source/evoke.cc
index 16a03a8492..d3c77dcd59 100644
--- a/crawl-ref/source/evoke.cc
+++ b/crawl-ref/source/evoke.cc
@@ -240,10 +240,7 @@ static bool _reaching_weapon_attack(const item_def& wpn)
you.turn_is_over = true;
}
else
- {
- canned_msg(MSG_OK);
return false;
- }
}
return true;