OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Blind
(Results
1 - 15
of
15
) sorted by relevancy
/src/games/hack/
hack.potion.c
114
if (!
Blind
)
132
if (
Blind
)
133
Blind
= 1; /* see on next move */
218
if (!
Blind
)
222
Blind
+= rn1(100, 250);
234
if (
Blind
)
235
Blind
= 1;
406
if (!
Blind
)
408
Blind
+= rnd(5);
hack.mhitu.c
262
if (mtmp->mcan && !
Blind
) {
388
if (!
Blind
) {
390
Blind
= d(4, 12);
414
if (!
Blind
) {
437
if (
Blind
)
443
if (
Blind
)
hack.eat.c
249
} else if (!rn2(4) && !
Blind
) {
251
Blind
= d(2, 10);
254
if (
Blind
)
307
if (otmp->otyp == CARROT && !
Blind
) {
314
if (
Blind
) {
hack.fight.c
199
if (
Blind
)
205
if (
Blind
)
326
} else if (
Blind
)
332
if (!
Blind
) {
384
if ((obj = o_at(mtmp->mx, mtmp->my)) && !
Blind
)
421
if (
Blind
)
hack.read.c
86
if (!scroll->dknown &&
Blind
) {
87
pline("Being
blind
, you cannot read the formula on the scroll.");
90
if (
Blind
)
289
if (!
Blind
)
549
/* first produce the text (provided he is not
blind
) */
550
if (
Blind
)
617
if (!
Blind
&& dist(zx, zy) > 2) {
hack.c
110
* called: in hack.eat.c: seeoff(0) -
blind
after eating rotten food in
112
* - swallowed in hack.do.c: seeoff(0) -
blind
after drinking potion in
190
if (
Blind
)
343
if (!
Blind
) {
383
if (!
Blind
)
544
if (!
Blind
)
569
if (
Blind
|| flags.run == 0)
679
if (!
Blind
)
698
if (
Blind
)
749
if (
Blind
|| u.uswallow
[
all
...]
hack.pri.c
443
else if (!
Blind
&& (otmp = o_at(x, y)))
445
else if (!
Blind
&& g_at(x, y))
474
if (room->lit || cansee(x, y) ||
Blind
)
522
if (room->scrsym == '.' && !room->lit && !
Blind
) {
583
? ((
Blind
&& Telepat) || canseemon(mtmp)) :
657
int show = (
Blind
&& Telepat) || canseemon(mon);
hack.steal.c
150
if (
Blind
)
187
Amonnam(mtmp,
Blind
? "gentle" : "beautiful"),
hack.h
154
#define
BLIND
(LAST_RING+7) /* not a ring */
155
#define
Blind
u.uprops[
BLIND
].p_flgs
hack.invent.c
844
const char *verb =
Blind
? "feel" : "see";
848
if (
Blind
) {
860
return (!!
Blind
);
867
if (
Blind
&& otmp->otyp == DEAD_COCKATRICE && !uarmg) {
892
return (!!
Blind
);
hack.mon.c
678
if (
Blind
)
799
if (
Blind
)
806
if (!
Blind
)
917
if (
Blind
) {
hack.main.c
433
if (!flags.mv ||
Blind
)
hack.trap.c
412
if (!
Blind
)
hack.shk.c
992
long saveBlind =
Blind
;
993
Blind
= 0;
998
Blind
= saveBlind;
hack.objnam.c
181
if (!obj->dknown && !
Blind
)
Completed in 24 milliseconds
Indexes created Wed Oct 29 20:09:47 GMT 2025