summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorKeanan Smith <keanan.smith@gmail.com>2014-05-01 23:50:33 -0600
committerreaverb <reaverb.Crawl@gmail.com>2014-05-08 21:58:52 -0400
commit01e124b8e5cdbb35e613779fd8df9b72cb3e9ed6 (patch)
treed17ae7c0cb952f447ac4a0760195f6a3a116f7e9 /crawl-ref/source/godabil.h
parent8acb02a7b433ec251054a3376ed15f49fd8fc9b1 (diff)
downloadcrawl-ref-01e124b8e5cdbb35e613779fd8df9b72cb3e9ed6.tar.gz
crawl-ref-01e124b8e5cdbb35e613779fd8df9b72cb3e9ed6.zip
Remove choosing a book for Recite.
Each monster is affected by exactly one book currently. This commit changes it so each monster is individually affect by that one book.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index e913716673..c991b9c392 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -14,9 +14,8 @@ class stack_iterator;
string zin_recite_text(const int seed, const int prayertype, int step);
bool zin_check_able_to_recite(bool quiet = false);
-int zin_check_recite_to_monsters(recite_type *prayertype);
-bool zin_recite_to_single_monster(const coord_def& where,
- recite_type prayertype);
+int zin_check_recite_to_monsters();
+bool zin_recite_to_single_monster(const coord_def& where);
void zin_recite_interrupt();
bool zin_vitalisation();
void zin_remove_divine_stamina();