getobj callback for W command */
| 3462 | |
| 3463 | /* getobj callback for W command */ |
| 3464 | staticfn int |
| 3465 | wear_ok(struct obj *obj) |
| 3466 | { |
| 3467 | return equip_ok(obj, FALSE, FALSE); |
| 3468 | } |
| 3469 | |
| 3470 | /* getobj callback for T command */ |
| 3471 | staticfn int |
nothing calls this directly
no test coverage detected