summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
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 9dc118be74..7711fecc65 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2105,7 +2105,8 @@ static bool _do_ability(const ability_def& abil)
#ifdef DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS, "your speed is %d", player_movement_speed());
#endif
- chronos_slouch(0); //TODO make pow not a dummy value.
+ exercise(SK_INVOCATIONS, 4 + random2(4));
+ chronos_slouch(0);
break;