HomeSort by: relevance | last modified time | path
    Searched defs:tmoves (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.lev.c 243 long tmoves = (moves > omoves) ? moves - omoves : 0; local in function:getlev
247 long newhp; /* tmoves may be very large */
254 if (mtmp->mtame && tmoves > 250) {
259 (strchr(MREGEN, mtmp->data->mlet) ? tmoves : tmoves / 20);
hack.lev.c 243 long tmoves = (moves > omoves) ? moves - omoves : 0; local in function:getlev
247 long newhp; /* tmoves may be very large */
254 if (mtmp->mtame && tmoves > 250) {
259 (strchr(MREGEN, mtmp->data->mlet) ? tmoves : tmoves / 20);

Completed in 23 milliseconds