Searched refs:odiluted (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpotion.c500 otmp->odiluted ? "watered down " : "",
505 if (!otmp->odiluted) healup(1, 0, FALSE, FALSE);
567 otmp->odiluted ? "reconstituted " : "",
570 u.uhunger += (otmp->odiluted ? 5 : 10) * (2 + bcsign(otmp));
1447 obj->odiluted ? " further" : "");
1452 if (obj->odiluted) {
1453 obj->odiluted = 0;
1461 } else obj->odiluted++;
1686 switch (obj->odiluted ? 1 : rnd(8)) {
1711 obj->odiluted
[all...]
H A Dobjnam.c384 if (obj->dknown && obj->odiluted)
2675 otmp->odiluted = 1;
H A Dtrap.c2728 } else if (obj->odiluted) {
2731 obj->odiluted = 0;
2733 obj->odiluted++;
H A Dzap.c893 obj->odiluted = 0; /* same as any other water */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpotion.c500 otmp->odiluted ? "watered down " : "",
505 if (!otmp->odiluted) healup(1, 0, FALSE, FALSE);
567 otmp->odiluted ? "reconstituted " : "",
570 u.uhunger += (otmp->odiluted ? 5 : 10) * (2 + bcsign(otmp));
1447 obj->odiluted ? " further" : "");
1452 if (obj->odiluted) {
1453 obj->odiluted = 0;
1461 } else obj->odiluted++;
1686 switch (obj->odiluted ? 1 : rnd(8)) {
1711 obj->odiluted
[all...]
H A Dobjnam.c384 if (obj->dknown && obj->odiluted)
2675 otmp->odiluted = 1;
H A Dtrap.c2728 } else if (obj->odiluted) {
2731 obj->odiluted = 0;
2733 obj->odiluted++;
H A Dzap.c893 obj->odiluted = 0; /* same as any other water */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h71 #define odiluted oeroded /* diluted potions */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h71 #define odiluted oeroded /* diluted potions */ macro

Completed in 305 milliseconds