Lines Matching refs:otyp
134 if (obj->otyp == CRYSKNIFE) in dropy()
135 obj->otyp = WORM_TOOTH; in dropy()
377 if (obj->otyp == EXPENSIVE_CAMERA) { in dothrow()
380 } else if (obj->otyp == EGG) { in dothrow()
392 } else if (obj->otyp == BOOMERANG) { in dothrow()
399 if (obj->otyp == PICK_AXE && shkcatch(obj)) in dothrow()
402 mon = bhit(u.dx, u.dy, (obj->otyp == ICE_BOX) ? 1 : in dothrow()
414 if (obj->otyp < ROCK) { in dothrow()
416 uwep->otyp != obj->otyp + (BOW - ARROW)) in dothrow()
421 } else if (obj->otyp == BOOMERANG) in dothrow()
428 cutworm(mon, bhitpos.x, bhitpos.y, obj->otyp); in dothrow()
433 if (obj->otyp < BOOMERANG && rn2(3)) { in dothrow()
439 miss(objects[obj->otyp].oc_name, mon); in dothrow()
440 } else if (obj->otyp == HEAVY_IRON_BALL) { in dothrow()
464 if (obj->dknown && objects[obj->otyp].oc_name_known) { in dothrow()
465 if (objects[obj->otyp].g_val > 0) { in dothrow()
487 if (obj->otyp == CRYSKNIFE) in dothrow()
488 obj->otyp = WORM_TOOTH; in dothrow()