summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 11:05:44 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 11:44:33 +0200
commitc15a9271c743a96caeb958e945d9e1a8b69c5ece (patch)
treeac440f775d2bc2b5f1505c0c55dae6ee394ec130 /crawl-ref/source/religion.h
parent052fcd7f52e68aeb93a15a164f02301c8e5436e1 (diff)
downloadcrawl-ref-c15a9271c743a96caeb958e945d9e1a8b69c5ece.tar.gz
crawl-ref-c15a9271c743a96caeb958e945d9e1a8b69c5ece.zip
Yank some god invocations from religion.cc into godabil.cc
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 5148e2203e..a34119e39f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -75,8 +75,6 @@ void enable_attack_conducts(god_conduct_trigger conduct[3]);
void disable_attack_conducts(god_conduct_trigger conduct[3]);
void excommunication(god_type new_god = GOD_NO_GOD);
-bool ponderousify_armour();
-int chronos_slouch(int);
void gain_piety(int pgn);
void god_speaks(god_type god, const char *mesg);
@@ -103,30 +101,13 @@ bool god_hates_butchery(god_type god);
harm_protection_type god_protects_from_harm(god_type god, bool actual = true);
bool divine_retribution(god_type god);
-bool zin_sustenance(bool actual = true);
-bool zin_remove_all_mutations();
-bool yred_injury_mirror(bool actual = true);
-bool jiyva_grant_jelly(bool actual = true);
-bool jiyva_remove_bad_mutation();
bool jiyva_is_dead();
bool remove_all_jiyva_altars();
-bool beogh_water_walk();
void good_god_holy_attitude_change(monsters *holy);
void good_god_holy_fail_attitude_change(monsters *holy);
-void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false,
- bool quiet = false, bool unrestricted = false);
-void beogh_convert_orc(monsters *orc, bool emergency,
- bool converted_by_follower = false);
-void jiyva_convert_slime(monsters* slime);
-void feawn_neutralise_plant(monsters *plant);
-bool feawn_passthrough(const monsters * target);
bool feawn_protects(const monsters * target);
bool feawn_protects_species(int mc);
bool feawn_neutralises(const monsters * target);
-
-bool vehumet_supports_spell(spell_type spell);
-
-bool trog_burn_spellbooks();
bool ely_destroy_weapons();
bool tso_unchivalric_attack_safe_monster(const monsters *mon);