| 343 | } |
| 344 | |
| 345 | staticfn void |
| 346 | finish_splitting(struct obj *obj) |
| 347 | { |
| 348 | /* obj was split off from something; give it its own invlet */ |
| 349 | freeinv(obj); |
| 350 | addinv_nomerge(obj); |
| 351 | } |
| 352 | |
| 353 | /* the #wield command - wield a weapon */ |
| 354 | int |
no test coverage detected