Searched refs:confused (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dread.c42 register boolean confused; local
118 confused = (Confusion != 0);
120 if (scroll->otyp == SCR_MAIL) confused = FALSE;
132 if(confused) {
136 pline("Being confused, you mis%s the magic words...",
651 register boolean confused = (Confusion != 0); local
683 if(confused) {
786 if(confused) {
815 if(!HConfusion) You_feel("confused.");
817 } else if(confused) {
[all...]
H A Dspell.c177 /* study while confused: returns TRUE if the book is destroyed */
187 "Being confused you have difficulties in controlling your actions.");
325 if (Confusion) { /* became confused while learning */
394 register boolean confused = (Confusion != 0); local
397 if (delay && !confused && spellbook == book &&
446 !confused) {
477 } else if (confused) {
719 boolean confused = (Confusion != 0); local
799 if (confused || (rnd(100) > chance)) {
1006 boolean confused local
[all...]
H A Ddetect.c300 boolean confused = (Confusion || (sobj && sobj->cursed)), stale; local
301 char oclass = confused ? POTION_CLASS : FOOD_CLASS;
302 const char *what = confused ? something : "food";
322 known = stale && !confused;
H A Dtrap.c2032 You_hear("the roaring of a confused bear!");
3400 register boolean confused = (Confusion > 0 || Hallucination > 0); local
3500 if((otmp->otrapped && (force || (!confused
3502 || (!force && confused && !rn2(3))) {
3504 if (!confused) exercise(A_WIS, TRUE);
3515 if(!force && (confused || Fumbling ||
3567 (!confused && rn2(MAXULEV - u.ulevel + 11) < 10)))
3568 || (!force && confused && !rn2(3))) {
3575 if(!force && (confused || Fumbling ||
H A Dmuse.c18 * cannot recognize if items are cursed are not, monsters which are confused
201 pline("Being confused, %s mispronounces the magic words...",
1323 boolean confused = (mtmp->mconf ? TRUE : FALSE); local
1355 otmp2 = mksobj(confused ? ROCK : BOULDER,
1358 otmp2->quan = confused ? rn1(5,2) : 1;
1413 otmp2 = mksobj(confused ? ROCK : BOULDER,
1416 otmp2->quan = confused ? rn1(5,2) : 1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dread.c42 register boolean confused; local
118 confused = (Confusion != 0);
120 if (scroll->otyp == SCR_MAIL) confused = FALSE;
132 if(confused) {
136 pline("Being confused, you mis%s the magic words...",
651 register boolean confused = (Confusion != 0); local
683 if(confused) {
786 if(confused) {
815 if(!HConfusion) You_feel("confused.");
817 } else if(confused) {
[all...]
H A Dspell.c177 /* study while confused: returns TRUE if the book is destroyed */
187 "Being confused you have difficulties in controlling your actions.");
325 if (Confusion) { /* became confused while learning */
394 register boolean confused = (Confusion != 0); local
397 if (delay && !confused && spellbook == book &&
446 !confused) {
477 } else if (confused) {
719 boolean confused = (Confusion != 0); local
799 if (confused || (rnd(100) > chance)) {
1006 boolean confused local
[all...]
H A Ddetect.c300 boolean confused = (Confusion || (sobj && sobj->cursed)), stale; local
301 char oclass = confused ? POTION_CLASS : FOOD_CLASS;
302 const char *what = confused ? something : "food";
322 known = stale && !confused;
H A Dtrap.c2032 You_hear("the roaring of a confused bear!");
3400 register boolean confused = (Confusion > 0 || Hallucination > 0); local
3500 if((otmp->otrapped && (force || (!confused
3502 || (!force && confused && !rn2(3))) {
3504 if (!confused) exercise(A_WIS, TRUE);
3515 if(!force && (confused || Fumbling ||
3567 (!confused && rn2(MAXULEV - u.ulevel + 11) < 10)))
3568 || (!force && confused && !rn2(3))) {
3575 if(!force && (confused || Fumbling ||
H A Dmuse.c18 * cannot recognize if items are cursed are not, monsters which are confused
201 pline("Being confused, %s mispronounces the magic words...",
1323 boolean confused = (mtmp->mconf ? TRUE : FALSE); local
1355 otmp2 = mksobj(confused ? ROCK : BOULDER,
1358 otmp2->quan = confused ? rn1(5,2) : 1;
1413 otmp2 = mksobj(confused ? ROCK : BOULDER,
1416 otmp2->quan = confused ? rn1(5,2) : 1;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h471 NetHackQtLabelledIcon confused; member in class:NetHackQtStatusWindow
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h471 NetHackQtLabelledIcon confused; member in class:NetHackQtStatusWindow
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex400 {\it Conf\/} when you're confused, {\it FoodPois\/} or {\it Ill\/}
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex400 {\it Conf\/} when you're confused, {\it FoodPois\/} or {\it Ill\/}

Completed in 172 milliseconds