Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-project.cc326 const int dist = mon.props[IOOD_DIST].get_int(); in _iood_hit()
427 mon.props[IOOD_DIST].get_int()++; in iood_act()
470 if (mons->props[IOOD_DIST].get_int() < 2 in iood_act()
471 || mon.props[IOOD_DIST].get_int() < 2) in iood_act()
473 if (mons->props[IOOD_DIST].get_int() < 2) in iood_act()
481 if (mon.props[IOOD_DIST].get_int() < 2) in iood_act()
635 mon.props[IOOD_DIST].get_int()++; in _iood_catchup_move()
H A Dspl-cast.h80 #define IOOD_DIST "iood_distance" macro