summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 22:19:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 22:52:16 +0200
commit9b4674477db54f4d807bc0c0a2525fd987e1d7f5 (patch)
tree8f25140401c9ae5180395627d46a814f4d526a22 /crawl-ref/source/godabil.h
parente9c4ad3ff54b7cf9f7f05c5cd58c03cd605663b5 (diff)
downloadcrawl-ref-9b4674477db54f4d807bc0c0a2525fd987e1d7f5.tar.gz
crawl-ref-9b4674477db54f4d807bc0c0a2525fd987e1d7f5.zip
Make Time Bend use Invocations for power.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 8a18698bc4..a88bd226c0 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -30,5 +30,6 @@ bool vehumet_supports_spell(spell_type spell);
bool trog_burn_spellbooks();
void lugonu_bends_space();
+void chronos_time_bend(int pow);
void chronos_time_step(int pow);
#endif