Home
last modified time | relevance | path

Searched refs:is_fighter (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h180 bool is_fighter() const;
H A Dmelee-attack.cc2980 const int adj_mon_hd = mon->is_fighter() ? mon->get_hit_dice() * 3 / 2 in mons_do_tendril_disarm()
3436 && attacker->as_monster()->is_fighter(); in calc_mon_to_hit_base()
H A Dmonster.cc4952 bool monster::is_fighter() const in is_fighter() function in monster
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1126 mons_check_flag(mon.is_fighter(), monsterflags, "fighter"); in main()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dbirth.c679 if (!is_fighter(p_ptr)) in get_stats()
H A Ddungeon.c2126 if (is_fighter(p_ptr)) {
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h7226 #define is_fighter(p_ptr) \ macro