summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 23:09:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 23:09:08 +0200
commitef6fb07fd5218af3cd14bc46fa331d0b2cadf2f3 (patch)
tree7f70712178a68a2bcaab0d904d743fd68b79e940 /crawl-ref/source/abl-show.cc
parent38a5c6e0bc7f402c013a78b35fb98696b28ce814 (diff)
downloadcrawl-ref-ef6fb07fd5218af3cd14bc46fa331d0b2cadf2f3.tar.gz
crawl-ref-ef6fb07fd5218af3cd14bc46fa331d0b2cadf2f3.zip
Train Invocations on Ruinous Time.
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;