Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dteleport.cc61 return blink_to(dest, quiet, is_jumpy()); in blink_to()
360 bool jumpy = self_cast && mon->is_jumpy(); in blink_away()
H A Dmonster.h560 bool is_jumpy() const;
H A Dmonster.cc6553 bool monster::is_jumpy() const in is_jumpy() function in monster