Home
last modified time | relevance | path

Searched refs:mcost_from (Results 1 – 2 of 2) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dgame.cpp9717 const int mcost_from = m.move_cost( u.pos() ); //calculate this _before_ calling grabbed_move in walk_move() local
9779 const bool slowed = ( ( !u.has_trait( trait_PARKOUR ) && ( mcost_to > 2 || mcost_from > 2 ) ) || in walk_move()
9780 mcost_to > 4 || mcost_from > 4 ) && in walk_move()
9784 if( mcost_to >= mcost_from ) { in walk_move()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dgame.cpp9717 const int mcost_from = m.move_cost( u.pos() ); //calculate this _before_ calling grabbed_move in walk_move() local
9779 const bool slowed = ( ( !u.has_trait( trait_PARKOUR ) && ( mcost_to > 2 || mcost_from > 2 ) ) || in walk_move()
9780 mcost_to > 4 || mcost_from > 4 ) && in walk_move()
9784 if( mcost_to >= mcost_from ) { in walk_move()