From 58f3401b46ad29dc5937599ffd7fb975c27bf7d6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 4 Nov 2008 02:37:13 +0000 Subject: Make some god-related functions static. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7378 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index d9619f5a59..540eece8db 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -63,7 +63,6 @@ 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); -bool do_god_revenge(conduct_type thing_done); bool did_god_conduct(conduct_type thing_done, int pgain, bool known = true, const monsters *victim = NULL); void set_attack_conducts(god_conduct_trigger conduct[3], const monsters *mon, @@ -92,17 +91,12 @@ bool god_hates_killing(god_type god, const monsters* mon); bool god_likes_butchery(god_type god); bool god_hates_butchery(god_type god); harm_protection_type god_protects_from_harm(god_type god, bool actual = true); -void god_smites_you(god_type god, const char *message = NULL, - kill_method_type death_type = NUM_KILLBY); void divine_retribution(god_type god); bool zin_sustenance(bool actual = true); bool yred_injury_mirror(bool actual = true); bool beogh_water_walk(); -bool beogh_idol_revenge(); void good_god_holy_attitude_change(monsters *holy); -void tso_blasts_cleansing_flame(const char *message = NULL); -bool tso_holy_revenge(); void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, bool quiet = false, bool allow_fail = true); void beogh_convert_orc(monsters *orc, bool emergency, -- cgit v1.2.3-54-g00ecf