| 282 | } |
| 283 | |
| 284 | void |
| 285 | setuswapwep(struct obj *obj) |
| 286 | { |
| 287 | setworn(obj, W_SWAPWEP); |
| 288 | return; |
| 289 | } |
| 290 | |
| 291 | /* getobj callback for object to ready for throwing/shooting; |
| 292 | this filter lets worn items through so that caller can reject them */ |
no test coverage detected