Home
last modified time | relevance | path

Searched refs:is_holy (Results 1 – 15 of 15) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h287 virtual bool is_holy() const = 0;
H A Dmonster.cc649 if (((is_holy() && !is_chaotic_god(god)) in could_wield()
658 if ((is_holy() || is_good_god(god)) && is_evil_item(item)) in could_wield()
669 if (((is_holy() && !is_chaotic_god(god)) || is_good_god(god)) in could_wield()
1405 if (mons->is_holy()) in _is_signature_weapon()
2006 if ((is_holy() || is_good_god(god)) && is_evil_item(item)) in pickup_wand()
3545 bool monster::is_holy() const in is_holy() function in monster
3912 if (is_holy() in res_holy_energy()
H A Dgod-blessing.cc519 if (mon->is_holy()) in _tso_blessing_extend_stay()
H A Dgod-conduct.cc1038 if (mon.is_holy() && !mon.is_illusion()) in set_attack_conducts()
H A Dmonster.h375 bool is_holy() const override;
H A Dspl-goditem.cc228 if (mon.is_holy()) in _try_to_pacify()
H A Dplayer.h754 bool is_holy() const override;
H A Dmon-death.cc1380 if (mons.is_holy()) in _fire_kill_conducts()
2722 if (mons->is_holy() in summoned_poof_msg()
H A Dplayer.cc6062 bool player::is_holy() const in is_holy() function in player
6170 if (is_holy()) in res_holy_energy()
H A Dmon-act.cc384 return mon->is_holy(); in _mon_on_interesting_grid()
H A Dxom.cc803 if (mon.is_holy() && !is_chaotic_god(mon.god)) in _choose_chaos_upgrade()
H A Dmon-place.cc2905 if (is_evil_god(you.religion) && mon.is_holy()) in god_hates_monster()
H A Dmon-cast.cc993 if (targ.is_holy() && caster.is_holy()) in _monster_will_buff()
H A Dgod-abil.cc647 if (mon->is_holy() || is_good_god(mon->god)) in _heretic_recite_weakness()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1090 mons_check_flag(mon.is_holy(), monsterflags, colour(YELLOW, "holy")); in main()