summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 21:43:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 21:43:51 +0000
commit1c5dd2f5fa1e94a5f6017f391e4b1d192b7d706c (patch)
treebe0c9c397bb4428abc4aa148c687db16d14d8b5b /crawl-ref/source/religion.h
parent0e3ada71c222f6905af710f63177bbee83bd409b (diff)
downloadcrawl-ref-1c5dd2f5fa1e94a5f6017f391e4b1d192b7d706c.tar.gz
crawl-ref-1c5dd2f5fa1e94a5f6017f391e4b1d192b7d706c.zip
Clean up ability handling to display costs for prayer-activated
abilities (Zin's sustenance and Yred's injury mirror) in a less hackish way. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7593 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 25cdf3103f..dd72be5c46 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -107,8 +107,8 @@ bool is_holy_item(const item_def& item);
bool is_evil_item(const item_def& item);
bool good_god_dislikes_item_handling(const item_def &item);
bool god_dislikes_item_handling(const item_def &item);
+bool trog_burn_spellbooks();
bool ely_destroy_weapons();
-bool trog_burn_books();
bool tso_unchivalric_attack_safe_monster(const monsters *mon);
void mons_make_god_gift(monsters *mon, god_type god = you.religion);