Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-act.cc1728 && ++mons->move_spurt / 8 % 3 != 2 // but are not helpless in handle_monster_move()
1730 && (++mons->move_spurt / 6 % 3 == 1 || mons->move_spurt / 3 % 5 == 1)) in handle_monster_move()
2017 mons->move_spurt += (old_energy - mons->speed_increment) in handle_monster_move()
2019 ASSERT(mons->move_spurt > 0); in handle_monster_move()
2020 while (mons->move_spurt >= 100) in handle_monster_move()
2023 mons->move_spurt -= 100; in handle_monster_move()
H A Dmonster.h94 int move_spurt; ///< Sixfirhy/jiangshi/kraken black magic member
H A Dmon-util.cc2860 mons.move_spurt = random2(360); in define_monster()