Home | History | Annotate | Download | only in hack

Lines Matching refs:uwep

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 &&
428 if ((malive = hmon(mtmp, uwep, 0)) == TRUE) {
440 uwep ? uwep->otyp : 0);