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

  /src/games/hack/
def.edog.h 71 unsigned apport; /* amount of training */ member in struct:edog
hack.dog.c 102 EDOG(mtmp)->apport = 10;
161 #define APPORT 4
179 return (APPORT);
238 /* Note: if apport == 1 then our behaviour is independent of udist */
240 if (!rn2(udist) || !rn2((int) edog->apport))
241 if ((unsigned) rn2(10) < edog->apport) {
243 if (edog->apport > 1)
244 edog->apport--;
257 if ((unsigned) rn2(20) < edog->apport + 3)
258 if (rn2(udist) || !rn2((int) edog->apport)) {
    [all...]

Completed in 12 milliseconds