From 00af579c24de8cec2ed28065c30164f30ccac64e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 29 Jun 2008 11:45:50 +0000 Subject: Add gods' powers and abilities to their descriptions, viewable via ^! (as well as when praying at an altar) and when searching the database. Texts might need to be tweaked a bit but it's a *huge* improvement. (Thanks to whoever had that idea!) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6216 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 044130133b..fbd6afbf38 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -62,8 +62,9 @@ int piety_breakpoint(int i); std::string god_name(god_type which_god, bool long_name = false); god_type string_to_god(const char *name); -std::string print_god_likes(god_type which_god, bool verbose = false); -std::string print_god_dislikes(god_type which_god, bool verbose = false); +std::string get_god_powers(god_type which_god); +std::string get_god_likes(god_type which_god, bool verbose = false); +std::string get_god_dislikes(god_type which_god, bool verbose = false); void dec_penance(int val); void dec_penance(god_type god, int val); -- cgit v1.2.3-54-g00ecf