getobj callback for T command */
| 3469 | |
| 3470 | /* getobj callback for T command */ |
| 3471 | staticfn int |
| 3472 | takeoff_ok(struct obj *obj) |
| 3473 | { |
| 3474 | return equip_ok(obj, TRUE, FALSE); |
| 3475 | } |
| 3476 | |
| 3477 | /* getobj callback for blessed destroy armor. |
| 3478 | suggest any worn armor, even if covered by other armor */ |
nothing calls this directly
no test coverage detected