teleport the hero via some method other than scroll of teleport */
| 839 | |
| 840 | /* teleport the hero via some method other than scroll of teleport */ |
| 841 | void |
| 842 | tele(void) |
| 843 | { |
| 844 | scrolltele((struct obj *) 0); |
| 845 | } |
| 846 | |
| 847 | /* teleport the hero; usually discover scroll of teleportation if via scroll */ |
| 848 | void |
no test coverage detected