Home
last modified time | relevance | path

Searched refs:has_action_energy (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-act.cc1617 if (!mons->has_action_energy()) in handle_monster_move()
2365 if (!invalid_monster(*mi) && mi->alive() && mi->has_action_energy()) in handle_monsters()
2383 if (invalid_monster(mon) || !mon->alive() || !mon->has_action_energy()) in handle_monsters()
2399 if (mon->has_action_energy()) in handle_monsters()
2723 if (!mpushee->has_action_energy() in _mons_can_displace()
H A Dmonster.h152 bool has_action_energy() const;
H A Dmon-abil.cc264 if (!mons->has_action_energy()) in _lose_turn()
H A Dmonster.cc5413 bool monster::has_action_energy() const in has_action_energy() function in monster