MCPcopy Index your code
hub / github.com/NetHack/NetHack / wiz_polyself

Function wiz_polyself

src/wizcmds.c:567–572  ·  view source on GitHub ↗

#polyself command - change hero's form */

Source from the content-addressed store, hash-verified

565
566/* #polyself command - change hero's form */
567int
568wiz_polyself(void)
569{
570 polyself(POLY_CONTROLLED);
571 return ECMD_OK;
572}
573
574/* #seenv command */
575int

Callers

nothing calls this directly

Calls 1

polyselfFunction · 0.85

Tested by

no test coverage detected