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 ++- crawl-ref/source/godabil.h | 2 +- 2 files changed, 3 insertions(+), 2 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; diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h index a88bd226c0..c588a6f5f5 100644 --- a/crawl-ref/source/godabil.h +++ b/crawl-ref/source/godabil.h @@ -10,7 +10,7 @@ #include "externs.h" bool ponderousify_armour(); -int chronos_slouch(int); +int chronos_slouch(int pow); bool zin_sustenance(bool actual = true); bool zin_remove_all_mutations(); bool yred_injury_mirror(bool actual = true); -- cgit v1.2.3-54-g00ecf