summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-21 23:24:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-21 23:24:30 +0200
commit439667b69f4e01e049da75988e5b8223b9c84735 (patch)
tree4ce930f77985f7c700769d77abc7ac364949da8c /crawl-ref/source/abl-show.cc
parentba76ed1fa75887f14d0a9bed89b09d03f47c6512 (diff)
downloadcrawl-ref-439667b69f4e01e049da75988e5b8223b9c84735.tar.gz
crawl-ref-439667b69f4e01e049da75988e5b8223b9c84735.zip
A typo. Also, make Time Step train Invocations.
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 cf7c26f81e..c53fab3509 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2099,6 +2099,7 @@ static bool _do_ability(const ability_def& abil)
case ABIL_CHRONOS_TIME_STEP:
_chronos_time_step(you.skills[SK_INVOCATIONS]*you.piety/10);
+ exercise(SK_INVOCATIONS, 5 + random2(5));
break;
case ABIL_CHRONOS_TIME_BEND:
@@ -2116,7 +2117,7 @@ static bool _do_ability(const ability_def& abil)
if (mon != NULL)
{
simple_god_message(
- make_stringf("rebukes %s.",
+ make_stringf(" rebukes %s.",
mon->name(DESC_NOCAP_THE).c_str()).c_str(),
GOD_CHRONOS);
do_slow_monster(mon, KC_YOU);