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

  /src/games/hack/
hack.apply.c 326 static int dig_effort; /* effort expended on current pos */ variable in typeref:typename:int
345 dig_effort += 10 + abon() + uwep->spe + rn2(5);
351 if (dig_effort > 250) {
355 if (dig_effort > 50) {
367 } else if (dig_effort > 100) {
406 return ((occupation == dig) ? (250 - dig_effort) / 20 : -1);
501 dig_effort = 0;
517 dig_effort = 0;
hack.apply.c 326 static int dig_effort; /* effort expended on current pos */ variable in typeref:typename:int
345 dig_effort += 10 + abon() + uwep->spe + rn2(5);
351 if (dig_effort > 250) {
355 if (dig_effort > 50) {
367 } else if (dig_effort > 100) {
406 return ((occupation == dig) ? (250 - dig_effort) / 20 : -1);
501 dig_effort = 0;
517 dig_effort = 0;

Completed in 44 milliseconds