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

  /src/games/hack/
hack.eat.c 77 #define WEAK 3
86 "Weak ",
404 (h > 0) ? WEAK : FAINTING;
409 if (u.uhs <= WEAK || rn2(20 - u.uhunger / 10) >= 19) {
426 if (newhs >= WEAK && u.uhs < WEAK)
428 else if (newhs < WEAK && u.uhs >= WEAK && u.ustr < u.ustrmax)
436 case WEAK:
437 pline((!incr) ? "You feel weak now."
    [all...]
  /src/games/rogue/
move.c 385 if (rogue.moves_left == WEAK) {
386 (void)strlcpy(hunger_str, "weak", sizeof(hunger_str));
rogue.h 420 #define WEAK 150

Completed in 21 milliseconds