Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
H A Dzap.c354 monster->nap_length = get_rand(3, 6); in bounce()
H A Drogue.h225 #define nap_length picked_up macro
H A Dmonster.c306 if (--monster->nap_length <= 0) { in mv_1_monster()