MCPcopy Create free account
hub / github.com/NetHack/NetHack / doconduct

Function doconduct

src/insight.c:2080–2085  ·  view source on GitHub ↗

#conduct command [KMH]; shares enlightenment's tense handling */

Source from the content-addressed store, hash-verified

2078
2079/* #conduct command [KMH]; shares enlightenment's tense handling */
2080int
2081doconduct(void)
2082{
2083 show_conduct(ENL_GAMEINPROGRESS);
2084 return ECMD_OK;
2085}
2086
2087/* display conducts; for doconduct(), also disclose() and dump_everything() */
2088void

Callers

nothing calls this directly

Calls 1

show_conductFunction · 0.85

Tested by

no test coverage detected