Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-behv.cc730 || mons_can_attack(*mon)) in handle_behaviour()
1067 if (mons_intel(*mon) > I_BRAINLESS && !mons_can_attack(*mon) in behaviour_event()
H A Dmon-util.h361 bool mons_can_attack(const monster& mon);
H A Dmon-util.cc3925 bool mons_can_attack(const monster& mon) in mons_can_attack() function