summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 22:51:36 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 22:52:16 +0200
commit38a5c6e0bc7f402c013a78b35fb98696b28ce814 (patch)
tree9b128896347998cf7469fa974720bb873e3afdc9 /crawl-ref/source/abl-show.cc
parent69ff5f66dc99eeafa0e491582bbce76854671941 (diff)
downloadcrawl-ref-38a5c6e0bc7f402c013a78b35fb98696b28ce814.tar.gz
crawl-ref-38a5c6e0bc7f402c013a78b35fb98696b28ce814.zip
Don't take a turn when you decline to ponderousify anything.
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 4a2609c606..9dc118be74 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2086,7 +2086,8 @@ static bool _do_ability(const ability_def& abil)
break;
case ABIL_CHRONOS_PONDEROUSIFY:
- ponderousify_armour();
+ if (!ponderousify_armour())
+ return (false);
break;
case ABIL_CHRONOS_TIME_STEP: