summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 09:02:58 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:34 -0600
commit435e51d3e015d20dd4fa96091876bb880cf7101e (patch)
tree50d9ccc8c5d0cee34dc2855d37b501c2bdb0bd46 /crawl-ref/source/ability.cc
parentf25431f1f0bb12d6d846ebff2a9f49d88f0472ee (diff)
downloadcrawl-ref-435e51d3e015d20dd4fa96091876bb880cf7101e.tar.gz
crawl-ref-435e51d3e015d20dd4fa96091876bb880cf7101e.zip
Warn about Upheavaling yourself/allies (MarvinPA).
Also don't print MSG_OK more than once on various aborts for it.
Diffstat (limited to 'crawl-ref/source/ability.cc')
-rw-r--r--crawl-ref/source/ability.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/ability.cc b/crawl-ref/source/ability.cc
index abf4f9da5e..9ae2f8a969 100644
--- a/crawl-ref/source/ability.cc
+++ b/crawl-ref/source/ability.cc
@@ -2956,10 +2956,7 @@ static bool _do_ability(const ability_def& abil)
case ABIL_QAZLAL_UPHEAVAL:
if (!qazlal_upheaval(coord_def()))
- {
- canned_msg(MSG_OK);
return false;
- }
break;
case ABIL_QAZLAL_ELEMENTAL_FORCE: