Searched refs:hungrytime (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.edog.h67 long hungrytime; /* at this time dog gets hungry */ member in struct:edog
H A Dhack.dog.c98 EDOG(mtmp)->hungrytime = 1000 + moves;
212 if (moves > edog->hungrytime + 500 && !mtmp->mconf) {
221 } else if (moves > edog->hungrytime + 750 || mtmp->mhp < 1) {
300 (gtyp != DOGFOOD && gtyp != APPORT && moves < edog->hungrytime)) {
400 (otyp < ACCFOOD || edog->hungrytime <= moves)) {
412 if (edog->hungrytime < moves)
413 edog->hungrytime = moves;
414 edog->hungrytime +=

Completed in 52 milliseconds