HomeSort by: relevance | last modified time | path
    Searched refs:uwep (Results 1 - 16 of 16) sorted by relevancy

  /src/games/hack/
hack.wield.c 87 else if (uwep == wep)
89 else if (uwep && uwep->cursed)
91 aobjnam(uwep, "are"));
93 if (uwep == 0) {
107 if (uwep->cursed)
109 aobjnam(uwep, "weld"),
110 (uwep->quan == 1) ? "itself" : "themselves"); /* a3 */
112 prinv(uwep);
120 if (!uwep || uwep->olet != WEAPON_SYM
    [all...]
hack.do_wear.c 100 if (otmp == uarmg && uwep && uwep->cursed) { /* myers@uwmacc */
211 if (uwep && uwep->otyp == TWO_HANDED_SWORD)
219 } else if (uwep && uwep->cursed) {
234 if (otmp == uwep && uwep->cursed) {
236 pline("%s is welded to your hand.", Doname(uwep));
241 if (otmp == uwep)
    [all...]
hack.fight.c 231 if (obj == uwep && (obj->otyp > SPEAR || obj->otyp < BOOMERANG))
244 if (!thrown && obj == uwep && obj->otyp == BOOMERANG
390 if (uwep) {
391 if (uwep->olet == WEAPON_SYM || uwep->otyp == PICK_AXE)
392 tmp += uwep->spe;
393 if (uwep->otyp == TWO_HANDED_SWORD)
395 else if (uwep->otyp == DAGGER)
397 else if (uwep->otyp == CRYSKNIFE)
399 else if (uwep->otyp == SPEAR &
    [all...]
hack.Decl.c 86 struct obj *fobj = 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, *uarm2 = 0,
hack.apply.c 123 if (obj != uwep)
204 if (obj == uwep) {
205 if (uwep->cursed) {
339 if (u.uswallow || !uwep || uwep->otyp != PICK_AXE ||
345 dig_effort += 10 + abon() + uwep->spe + rn2(5);
445 if (obj != uwep) {
446 if (uwep && uwep->cursed) {
hack.do.c 111 if (obj == uwep) {
112 if (uwep->cursed) {
270 if (uwep != uball && rn2(3)) {
291 if (uwep != uball && !up /* %% */ && rn2(5)) {
347 if (obj == uwep) {
415 if (!uwep ||
416 uwep->otyp != obj->otyp + (BOW - ARROW))
419 tmp += uwep->spe;
hack.worn.c 98 W_WEP, &uwep
hack.engrave.c 232 if (otmp != uwep) {
233 if (uwep && uwep->cursed) {
236 pline("you use the %s.", aobjnam(uwep, NULL));
237 otmp = uwep;
hack.read.c 227 if (uwep && confused) {
229 objects[uwep->otyp].oc_name);
230 uwep->rustfree = 1;
231 } else if (!chwepon(scroll, 1)) /* tests for !uwep */
235 if (uwep && confused) {
237 objects[uwep->otyp].oc_name);
238 uwep->rustfree = 0;
239 } else if (!chwepon(scroll, -1)) /* tests for !uwep */
hack.eat.c 198 if (uwep) {
199 switch (uwep->otyp) {
215 aobjnam(uwep, NULL));
225 if (otmp == uwep)
hack.trap.c 305 if (uwep && uwep->otyp == DEAD_COCKATRICE) {
308 killer = objects[uwep->otyp].oc_name;
hack.steal.c 211 } else if (otmp == uwep)
245 if (otmp == uwep)
hack.h 225 extern struct obj *invent, *uwep, *uarm, *uarm2, *uarmh, *uarms, *uarmg;
hack.u_init.c 261 uarm = uarm2 = uarmh = uarms = uarmg = uwep = uball = uchain =
378 if (!uwep)
hack.mhitu.c 273 if (!uwep && !uarm && !uarmh && !uarms && !uarmg) {
hack.invent.c 539 if (otmp == uwep)
968 if (!uwep)
971 prinv(uwep);

Completed in 18 milliseconds