| 273 | } |
| 274 | |
| 275 | void |
| 276 | setuqwep(struct obj *obj) |
| 277 | { |
| 278 | setworn(obj, W_QUIVER); |
| 279 | /* no extra handling needed; this used to include a call to |
| 280 | update_inventory() but that's already performed by setworn() */ |
| 281 | return; |
| 282 | } |
| 283 | |
| 284 | void |
| 285 | setuswapwep(struct obj *obj) |
no test coverage detected