Home
last modified time | relevance | path

Searched refs:initial_wrath_penance_for (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dreligion.h51 int initial_wrath_penance_for(god_type god);
H A Ddescribe-god.cc517 const bool long_wrath = initial_wrath_penance_for(which_god) > 30; in _god_wrath_description()
716 const int initial_penance = initial_wrath_penance_for(which_god); in _raw_penance_message()
H A Dreligion.cc890 _set_penance(god, initial_wrath_penance_for(god)); in _set_wrath_penance()
2868 int initial_wrath_penance_for(god_type god) in initial_wrath_penance_for() function