Home
last modified time | relevance | path

Searched refs:which_god (Results 1 – 17 of 17) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddescribe-god.cc80 if (which_god == GOD_GOZAG) in god_favour_rank()
82 else if (which_god == GOD_USKAYAW) in god_favour_rank()
99 if (which_god == GOD_XOM) in _describe_favour()
458 if (which_god == GOD_RU) in _describe_god_wrath_causes()
472 switch (which_god) in _describe_god_wrath_causes()
605 switch (which_god) in _god_extra_description()
801 if (!you_worship(which_god)) in _describe_god_powers()
831 switch (which_god) in _describe_god_powers()
1046 if (you_worship(which_god)) in _god_overview_description()
1064 if (!you_worship(which_god)) in _god_overview_description()
[all …]
H A Dstate.cc321 which_god = GOD_NO_GOD; in reset()
346 return god_act.which_god; in which_god_acting()
356 ASSERT(which_god != GOD_NO_GOD); in inc_god_acting()
358 if (god_act.which_god != GOD_NO_GOD in inc_god_acting()
359 && god_act.which_god != which_god) in inc_god_acting()
367 god_act.which_god = which_god; in inc_god_acting()
377 void game_state::dec_god_acting(god_type which_god) in dec_god_acting() argument
379 ASSERT(which_god != GOD_NO_GOD); in dec_god_acting()
381 ASSERT(god_act.which_god == which_god); in dec_god_acting()
393 ASSERT(god_act.which_god != GOD_NO_GOD); in dec_god_acting()
[all …]
H A Ddescribe-god.h11 int god_favour_rank(god_type which_god);
12 string god_title(god_type which_god, species_type which_species, int piety);
13 void describe_god(god_type which_god);
14 bool describe_god_with_join(god_type which_god);
H A Dgod-conduct.cc437 string get_god_dislikes(god_type which_god) in get_god_dislikes() argument
440 if (which_god == GOD_NO_GOD || which_god == GOD_XOM) in get_god_dislikes()
447 for (const auto& entry : divine_peeves[which_god]) in get_god_dislikes()
451 if (which_god == GOD_TROG in get_god_dislikes()
467 if (which_god == GOD_CHEIBRIADOS) in get_god_dislikes()
475 text += uppercase_first(god_name(which_god)); in get_god_dislikes()
487 text += uppercase_first(god_name(which_god)); in get_god_dislikes()
1047 string get_god_likes(god_type which_god) in get_god_likes() argument
1049 if (which_god == GOD_NO_GOD || which_god == GOD_XOM) in get_god_likes()
1057 switch (which_god) in get_god_likes()
[all …]
H A Dreligion.cc2199 if (which_god == GOD_JIYVA) in god_name()
2212 switch (which_god) in god_name()
3344 && (which_god == GOD_SIF_MUNA in player_can_join_god()
3345 || which_god == GOD_VEHUMET in player_can_join_god()
3365 && which_god == GOD_PAKELLAS) in player_can_join_god()
3796 void join_religion(god_type which_god) in join_religion() argument
3798 ASSERT(which_god != GOD_NO_GOD); in join_religion()
3799 ASSERT(which_god != GOD_ECUMENICAL); in join_religion()
3877 void god_pitch(god_type which_god) in god_pitch() argument
3898 if (which_god == GOD_GOZAG) in god_pitch()
[all …]
H A Dreligion.h46 string god_name(god_type which_god, bool long_name = false);
69 bool player_can_join_god(god_type which_god, bool temp = true);
71 void join_religion(god_type which_god);
72 void god_pitch(god_type which_god);
H A Dgod-conduct.h46 string get_god_likes(god_type which_god);
47 string get_god_dislikes(god_type which_god);
H A Dstate.h30 god_type which_god; member
192 void inc_god_acting(god_type which_god, bool is_retribution = false);
194 void dec_god_acting(god_type which_god);
H A Dartefact.cc49 if (which_god == GOD_NO_GOD) in _god_fits_artefact()
53 if (which_god == GOD_JIYVA) in _god_fits_artefact()
59 const bool type_bad = !god_likes_item_type(item, which_god); in _god_fits_artefact()
64 god_name(which_god).c_str()); in _god_fits_artefact()
73 if (is_evil_god(which_god) && brand == SPWPN_HOLY_WRATH) in _god_fits_artefact()
75 else if (is_good_god(which_god) in _god_fits_artefact()
86 switch (which_god) in _god_fits_artefact()
211 god_type which_god; in replace_name_parts() local
215 which_god = god_gift; in replace_name_parts()
220 which_god = random_god(); in replace_name_parts()
[all …]
H A Dmgen-data.h124 god_type which_god = GOD_NO_GOD)
127 summon_type(0), pos(p), foe(mfoe), flags(genflags), god(which_god), in cls()
H A Dgod-item.h24 bool god_likes_item_type(const item_def &item, god_type which_god);
H A Dgod-item.cc429 bool god_likes_item_type(const item_def &item, god_type which_god) in god_likes_item_type() argument
432 switch (which_god) in god_likes_item_type()
H A Dlookup-help.cc357 god_type which_god = static_cast<god_type>(i); in _get_god_keys() local
360 if (which_god != GOD_PAKELLAS) in _get_god_keys()
362 names.push_back(god_name(which_god)); in _get_god_keys()
1109 const god_type which_god = str_to_god(key); in _describe_god() local
1110 ASSERT(which_god != GOD_NO_GOD); in _describe_god()
1111 describe_god(which_god); in _describe_god()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ddescribe.cc6222 colour = god_colour(which_god); in describe_god()
6233 switch (which_god) in describe_god()
6332 if (you.religion == which_god) in describe_god()
6363 switch (which_god) in describe_god()
6410 if (you.religion != which_god) in describe_god()
6420 god_name(which_god) ); in describe_god()
6436 if (which_god == GOD_XOM) in describe_god()
6450 god_name(which_god) in describe_god()
6473 if ((which_god == GOD_ZIN in describe_god()
6476 || which_god == GOD_OKAWARU in describe_god()
[all …]
H A Dreligion.h28 char *god_name(int which_god,bool long_name=false); //mv
114 void god_pitch(unsigned char which_god);
H A Dreligion.cc421 switch (which_god) in god_name()
2325 void god_pitch(unsigned char which_god) in god_pitch() argument
2328 strcat(info, god_name(which_god)); in god_pitch()
2338 && (which_god == GOD_ZIN || which_god == GOD_SHINING_ONE in god_pitch()
2339 || which_god == GOD_ELYVILON)) in god_pitch()
2342 which_god); in god_pitch()
2346 describe_god( which_god, false ); in god_pitch()
2440 int which_god = GOD_NO_GOD; in handle_god_time() local
2449 which_god = i; in handle_god_time()
2453 if (which_god != GOD_NO_GOD) in handle_god_time()
[all …]
H A Ddescribe.h36 void describe_god( int which_god, bool give_title );