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

  /src/games/hack/
hack.fight.c 82 int didhit; local in function:hitmm
96 didhit = (tmp > rnd(20));
97 if (didhit)
107 didhit ? "hits" : "misses");
118 if (didhit) {
126 didhit = 2;
140 didhit = 2;
143 return (didhit);

Completed in 12 milliseconds