From ef6fb07fd5218af3cd14bc46fa331d0b2cadf2f3 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 22 Oct 2009 23:09:08 +0200 Subject: Train Invocations on Ruinous Time. --- crawl-ref/source/abl-show.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') 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; -- cgit v1.2.3-54-g00ecf