Searched refs:uball (Results 1 - 12 of 12) sorted by relevance
| /src/games/hack/ |
| H A D | hack.trap.c | 449 if (!uchain || !uball) { 453 uball->ox = uchain->ox = u.ux; 454 uball->oy = uchain->oy = u.uy; 458 if (!carried(uball)) { 459 uball->nobj = fobj; 460 fobj = uball; 468 if (!carried(uball)) { 469 freeobj(uball); 470 unpobj(uball);
|
| H A D | hack.Decl.c | 88 *uchain = 0, *uball = 0;
|
| H A D | hack.worn.c | 101 W_BALL, &uball
|
| H A D | hack.steal.c | 216 if (Punished && otmp == uball) { 221 uball->spe = 0; 222 uball = (struct obj *) 0; /* superfluous */
|
| H A D | hack.do.c | 270 if (uwep != uball && rn2(3)) { 291 if (uwep != uball && !up /* %% */ && rn2(5)) { 403 (!Punished || obj != uball) ? 8 : !u.ustuck ? 5 : 1, 442 if (!Punished || obj != uball) 496 if (Punished && obj == uball &&
|
| H A D | hack.read.c | 207 uball->spe = 0; 208 uball->owornmask &= ~W_BALL; 209 uchain = uball = (struct obj *) 0; 510 uball->owt += 15; 516 uball->spe = 1; /* special ball (see save) */
|
| H A D | hack.c | 303 if (carried(uball)) { 307 if (DIST(u.ux + u.dx, u.uy + u.dy, uball->ox, uball->oy) < 3) { 309 movobj(uchain, uball->ox, uball->oy); 312 if (inv_weight() + (int) uball->owt / 2 > 0) { 318 movobj(uball, uchain->ox, uchain->oy); 319 unpobj(uball); /* BAH %% */
|
| H A D | hack.save.c | 215 if (!uball) { 221 uball = otmp;
|
| H A D | hack.h | 227 extern struct obj *uball; /* defined if PUNISHED */
|
| H A D | hack.u_init.c | 261 uarm = uarm2 = uarmh = uarms = uarmg = uwep = uball = uchain =
|
| H A D | hack.apply.c | 192 (Punished && (obj == uball || obj == uchain))) {
|
| H A D | hack.zap.c | 152 if (obj == uball || obj == uchain)
|
Completed in 15 milliseconds