Home | History | Annotate | Download | only in hack

Lines Matching defs:WEAK

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." :
438 (u.uhunger < 45) ? "You feel weak." :
439 "You are beginning to feel weak.");