#polyself command - change hero's form */
| 565 | |
| 566 | /* #polyself command - change hero's form */ |
| 567 | int |
| 568 | wiz_polyself(void) |
| 569 | { |
| 570 | polyself(POLY_CONTROLLED); |
| 571 | return ECMD_OK; |
| 572 | } |
| 573 | |
| 574 | /* #seenv command */ |
| 575 | int |
nothing calls this directly
no test coverage detected