Home
last modified time | relevance | path

Searched refs:EUT_MOVE (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Denergy-use-type.h5 EUT_MOVE, enumerator
H A Dmon-project.cc110 mon->lose_energy(EUT_MOVE, 2, random2(3)+2); in cast_iood()
513 mon.lose_energy(EUT_MOVE); in iood_act()
592 mon.lose_energy(EUT_MOVE); in iood_act()
H A Dmon-act.cc285 && mon.ground_level()) ? EUT_SWIM : EUT_MOVE); in _swim_or_move_energy()
1657 mons->lose_energy(EUT_MOVE); in handle_monster_move()
2680 mons.lose_energy(EUT_MOVE); in _mons_open_door()
H A Dmonster.cc5686 case EUT_MOVE: move_cost = mu.move; break; in action_energy()
5731 if ((et == EUT_MOVE || et == EUT_SWIM) && has_ench(ENCH_FROZEN)) in lose_energy()
5737 if ((et == EUT_MOVE || et == EUT_SWIM) && (!friendly() || foe != MHITYOU)) in lose_energy()
H A Dtravel.cc666 / fol->action_energy(EUT_MOVE); in _slowest_ally_speed()
H A Dgod-abil.cc2037 / mon->action_energy(EUT_MOVE) / jerk_denom in _slouch_damage()
H A Dmon-cast.cc3017 mi->gain_energy(EUT_MOVE); in _cast_goad_beasts()