OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hungrytime
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
def.edog.h
67
long
hungrytime
; /* at this time dog gets hungry */
member in struct:edog
hack.dog.c
98
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 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025