Home
last modified time | relevance | path

Searched refs:mons_energy (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h306 mon_energy_usage mons_energy(const monster& mon);
H A Dmon-info.cc588 menergy = mons_energy(*m); in monster_info()
H A Dmon-util.cc3277 mon_energy_usage mons_energy(const monster& mon) in mons_energy() function
H A Dmonster.cc5682 const mon_energy_usage &mu = mons_energy(*this); in action_energy()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc171 const mon_energy_usage& cost = mons_energy(mon); in monster_speed()