the #quiver command */
| 502 | |
| 503 | /* the #quiver command */ |
| 504 | int |
| 505 | dowieldquiver(void) |
| 506 | { |
| 507 | return doquiver_core("ready"); |
| 508 | } |
| 509 | |
| 510 | /* guts of #quiver command; also used by #fire when refilling empty quiver */ |
| 511 | int |
nothing calls this directly
no test coverage detected