Searched refs:trouble (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c67 * The actual trouble priority is determined by the order of the
106 serious trouble, and negative numbers for comparative annoyances. This
264 fix_worst_trouble(trouble)
265 register int trouble;
273 switch (trouble) {
790 /* don't use p_trouble, worst trouble may get fixed while praying */
791 int trouble = in_trouble(); /* what's your worst difficulty? */ local
805 } else if (u.ualign.record < 2 && trouble <= 0) adjalign(1);
820 if (!trouble && u.ualign.record >= DEVOUT) {
821 /* if hero was in trouble, bu
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c67 * The actual trouble priority is determined by the order of the
106 serious trouble, and negative numbers for comparative annoyances. This
264 fix_worst_trouble(trouble)
265 register int trouble;
273 switch (trouble) {
790 /* don't use p_trouble, worst trouble may get fixed while praying */
791 int trouble = in_trouble(); /* what's your worst difficulty? */ local
805 } else if (u.ualign.record < 2 && trouble <= 0) adjalign(1);
820 if (!trouble && u.ualign.record >= DEVOUT) {
821 /* if hero was in trouble, bu
[all...]

Completed in 27 milliseconds