Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h224 int get_shout_noise_level(const shout_type shout);
H A Dshout.cc256 const int noise_level = get_shout_noise_level(s_type); in monster_shout()
H A Dmon-act.cc3317 int noise_level = get_shout_noise_level(mons_shouts(mons->type)); in _monster_move()
H A Dmon-util.cc1388 int get_shout_noise_level(const shout_type shout) in get_shout_noise_level() function
H A Dmon-cast.cc6496 noise = get_shout_noise_level(S_LOUD_ROAR); in _noise_level()